|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionProxy | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.mock | XWork specific mock classes. |
Uses of ActionProxy in com.opensymphony.xwork2 |
---|
Classes in com.opensymphony.xwork2 that implement ActionProxy | |
---|---|
class |
DefaultActionProxy
The Default ActionProxy implementation |
Fields in com.opensymphony.xwork2 declared as ActionProxy | |
---|---|
protected ActionProxy |
DefaultActionInvocation.proxy
|
Methods in com.opensymphony.xwork2 that return ActionProxy | |
---|---|
ActionProxy |
DefaultActionProxyFactory.createActionProxy(ActionInvocation inv,
String namespace,
String actionName,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(ActionInvocation actionInvocation,
String namespace,
String actionName,
String methodName,
boolean executeResult,
boolean cleanupContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including passed ActionInvocation instance. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(ActionInvocation inv,
String namespace,
String actionName,
String methodName,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext)
Deprecated. Since 2.1.1, use instead |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Deprecated. Since 2.1.1, use ActionProxyFactory.createActionProxy(String,String,String,Map,boolean,boolean) instead |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map extraContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an ActionInvocation instance associated. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map extraContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an ActionInvocation instance associated. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionChainResult.getProxy()
|
ActionProxy |
ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation. |
ActionProxy |
DefaultActionInvocation.getProxy()
|
Methods in com.opensymphony.xwork2 with parameters of type ActionProxy | |
---|---|
void |
ActionInvocation.init(ActionProxy proxy)
|
void |
DefaultActionInvocation.init(ActionProxy proxy)
|
Uses of ActionProxy in com.opensymphony.xwork2.mock |
---|
Classes in com.opensymphony.xwork2.mock that implement ActionProxy | |
---|---|
class |
MockActionProxy
Mock for an ActionProxy . |
Methods in com.opensymphony.xwork2.mock that return ActionProxy | |
---|---|
ActionProxy |
MockActionInvocation.getProxy()
|
Methods in com.opensymphony.xwork2.mock with parameters of type ActionProxy | |
---|---|
void |
MockActionInvocation.init(ActionProxy proxy)
|
void |
MockActionInvocation.setProxy(ActionProxy proxy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |