|
||||||||||
| 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. |
| org.apache.struts2.components | |
| org.apache.struts2.impl | |
| org.apache.struts2.interceptor | Web specific interceptor classes. |
| org.apache.struts2.validators | |
| 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 | |
|---|---|
private ActionProxy |
ActionChainResult.proxy
|
protected ActionProxy |
DefaultActionInvocation.proxy
|
| Methods in com.opensymphony.xwork2 that return ActionProxy | |
|---|---|
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. |
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()
|
| Constructors in com.opensymphony.xwork2 with parameters of type ActionProxy | |
|---|---|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext)
|
|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext,
boolean pushAction)
|
|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext,
boolean pushAction,
ActionEventListener actionEventListener)
|
|
| Uses of ActionProxy in com.opensymphony.xwork2.mock |
|---|
| Classes in com.opensymphony.xwork2.mock that implement ActionProxy | |
|---|---|
class |
MockActionProxy
Mock for an ActionProxy. |
| Fields in com.opensymphony.xwork2.mock declared as ActionProxy | |
|---|---|
private ActionProxy |
MockActionInvocation.proxy
|
| 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.setProxy(ActionProxy proxy)
|
| Uses of ActionProxy in org.apache.struts2.components |
|---|
| Fields in org.apache.struts2.components declared as ActionProxy | |
|---|---|
protected ActionProxy |
ActionComponent.proxy
|
| Methods in org.apache.struts2.components that return ActionProxy | |
|---|---|
ActionProxy |
ActionComponent.getProxy()
|
| Uses of ActionProxy in org.apache.struts2.impl |
|---|
| Classes in org.apache.struts2.impl that implement ActionProxy | |
|---|---|
class |
StrutsActionProxy
|
| Methods in org.apache.struts2.impl that return ActionProxy | |
|---|---|
ActionProxy |
StrutsActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext)
|
ActionProxy |
StrutsActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
|
| Uses of ActionProxy in org.apache.struts2.interceptor |
|---|
| Methods in org.apache.struts2.interceptor with parameters of type ActionProxy | |
|---|---|
protected String |
ExecuteAndWaitInterceptor.getBackgroundProcessName(ActionProxy proxy)
Returns the name to associate the background process. |
| Uses of ActionProxy in org.apache.struts2.validators |
|---|
| Classes in org.apache.struts2.validators that implement ActionProxy | |
|---|---|
static class |
DWRValidator.ValidatorActionProxy
|
| Constructors in org.apache.struts2.validators with parameters of type ActionProxy | |
|---|---|
DWRValidator.ValidatorActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||