|
||||||||||
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. |
com.opensymphony.xwork2.validator | XWork validation subsystem. |
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<String,Object> extraContext)
Deprecated. Since 2.1.1, use instead |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map<String,Object> extraContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map<String,Object> 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<String,Object> extraContext,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map<String,Object> 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<String,Object> extraContext)
|
ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map<String,Object> 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<String,Object> extraContext,
boolean executeResult,
boolean cleanupContext)
|
ActionProxy |
ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation. |
ActionProxy |
DefaultActionInvocation.getProxy()
|
ActionProxy |
ActionChainResult.getProxy()
|
Methods in com.opensymphony.xwork2 with parameters of type ActionProxy | |
---|---|
protected void |
DefaultActionInvocation.createInterceptors(ActionProxy proxy)
|
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)
|
Uses of ActionProxy in com.opensymphony.xwork2.validator |
---|
Methods in com.opensymphony.xwork2.validator with parameters of type ActionProxy | |
---|---|
protected String |
ValidationInterceptor.getValidationContext(ActionProxy proxy)
Returns the context that will be used by the ActionValidatorManager to associate the action invocation with
the appropriate ValidatorConfigs . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |