org.onebusaway.presentation.impl.struts
Class MultiActionProxyFactory

java.lang.Object
  extended by com.opensymphony.xwork2.DefaultActionProxyFactory
      extended by org.onebusaway.presentation.impl.struts.MultiActionProxyFactory
All Implemented Interfaces:
com.opensymphony.xwork2.ActionProxyFactory

public class MultiActionProxyFactory
extends com.opensymphony.xwork2.DefaultActionProxyFactory


Field Summary
static String MAPPINGS
           
 
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
container
 
Constructor Summary
MultiActionProxyFactory()
           
 
Method Summary
 com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 com.opensymphony.xwork2.ActionProxy createActionProxy(String namespace, String actionName, String methodName, Map extraContext, boolean executeResult, boolean cleanupContext)
           
 void setActionMappers(String list)
           
 
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPINGS

public static final String MAPPINGS
See Also:
Constant Field Values
Constructor Detail

MultiActionProxyFactory

public MultiActionProxyFactory()
Method Detail

setActionMappers

public void setActionMappers(String list)

createActionProxy

public com.opensymphony.xwork2.ActionProxy createActionProxy(String namespace,
                                                             String actionName,
                                                             String methodName,
                                                             Map extraContext,
                                                             boolean executeResult,
                                                             boolean cleanupContext)
Specified by:
createActionProxy in interface com.opensymphony.xwork2.ActionProxyFactory
Overrides:
createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory

createActionProxy

public com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.ActionInvocation inv,
                                                             String namespace,
                                                             String actionName,
                                                             String methodName,
                                                             boolean executeResult,
                                                             boolean cleanupContext)
Specified by:
createActionProxy in interface com.opensymphony.xwork2.ActionProxyFactory
Overrides:
createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory


Copyright © 2012 OneBusAway. All Rights Reserved.