|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionProxy | |
---|---|
com.opensymphony.webwork.components | |
com.opensymphony.webwork.pico | |
com.opensymphony.webwork.validators | |
com.opensymphony.xwork | |
com.opensymphony.xwork.mock |
Uses of ActionProxy in com.opensymphony.webwork.components |
---|
Fields in com.opensymphony.webwork.components declared as ActionProxy | |
---|---|
protected ActionProxy |
ActionComponent.proxy
|
Methods in com.opensymphony.webwork.components that return ActionProxy | |
---|---|
ActionProxy |
ActionComponent.getProxy()
|
Uses of ActionProxy in com.opensymphony.webwork.pico |
---|
Methods in com.opensymphony.webwork.pico with parameters of type ActionProxy | |
---|---|
ActionInvocation |
PicoActionProxyFactory.createActionInvocation(ActionProxy actionProxy)
Deprecated. |
ActionInvocation |
PicoActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext)
Deprecated. |
ActionInvocation |
PicoActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext,
boolean pushAction)
Deprecated. |
Constructors in com.opensymphony.webwork.pico with parameters of type ActionProxy | |
---|---|
PicoActionInvocation(ActionProxy proxy)
Deprecated. |
|
PicoActionInvocation(ActionProxy proxy,
Map extraContext)
Deprecated. |
|
PicoActionInvocation(ActionProxy proxy,
Map extraContext,
boolean pushAction)
Deprecated. |
Uses of ActionProxy in com.opensymphony.webwork.validators |
---|
Classes in com.opensymphony.webwork.validators that implement ActionProxy | |
---|---|
static class |
DWRValidator.ValidatorActionProxy
|
Constructors in com.opensymphony.webwork.validators with parameters of type ActionProxy | |
---|---|
DWRValidator.ValidatorActionInvocation(ActionProxy proxy,
Map extraContext)
|
Uses of ActionProxy in com.opensymphony.xwork |
---|
Classes in com.opensymphony.xwork that implement ActionProxy | |
---|---|
class |
DefaultActionProxy
The Default ActionProxy implementation |
Fields in com.opensymphony.xwork declared as ActionProxy | |
---|---|
protected ActionProxy |
DefaultActionInvocation.proxy
|
Methods in com.opensymphony.xwork that return ActionProxy | |
---|---|
abstract ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext)
Use this method to build an DefaultActionProxy instance. |
abstract ActionProxy |
ActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Creates an ActionProxy for the given namespace and action name by looking up the configuration. |
ActionProxy |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Use this method to build an DefaultActionProxy instance. |
ActionProxy |
ActionChainResult.getProxy()
|
ActionProxy |
ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation |
ActionProxy |
DefaultActionInvocation.getProxy()
|
Methods in com.opensymphony.xwork with parameters of type ActionProxy | |
---|---|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy)
|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext)
|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext,
boolean pushAction)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
Map extraContext,
boolean pushAction)
|
Constructors in com.opensymphony.xwork with parameters of type ActionProxy | |
---|---|
DefaultActionInvocation(ActionProxy proxy)
|
|
DefaultActionInvocation(ActionProxy proxy,
Map extraContext)
|
|
DefaultActionInvocation(ActionProxy proxy,
Map extraContext,
boolean pushAction)
|
Uses of ActionProxy in com.opensymphony.xwork.mock |
---|
Classes in com.opensymphony.xwork.mock that implement ActionProxy | |
---|---|
class |
MockActionProxy
Mock for an ActionProxy . |
Methods in com.opensymphony.xwork.mock that return ActionProxy | |
---|---|
ActionProxy |
MockActionInvocation.getProxy()
|
Methods in com.opensymphony.xwork.mock with parameters of type ActionProxy | |
---|---|
void |
MockActionInvocation.setProxy(ActionProxy proxy)
|
|
WebWork Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |