org.onebusaway.presentation.impl.struts
Class MultiActionProxyFactory
java.lang.Object
com.opensymphony.xwork2.DefaultActionProxyFactory
org.onebusaway.presentation.impl.struts.MultiActionProxyFactory
- All Implemented Interfaces:
- com.opensymphony.xwork2.ActionProxyFactory
public class MultiActionProxyFactory
- extends com.opensymphony.xwork2.DefaultActionProxyFactory
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory |
container |
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 |
MAPPINGS
public static final String MAPPINGS
- See Also:
- Constant Field Values
MultiActionProxyFactory
public MultiActionProxyFactory()
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.