Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.mock |
XWork specific mock classes.
|
com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
org.apache.struts2.components | |
org.apache.struts2.factory | |
org.apache.struts2.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionProxy
The Default ActionProxy implementation
|
Modifier and Type | Field and Description |
---|---|
protected ActionProxy |
DefaultActionInvocation.proxy |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultActionProxyFactory.createActionProxy(String namespace,
String actionName,
Map<String,Object> extraContext) |
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 |
DefaultActionInvocation.getProxy() |
ActionProxy |
ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation.
|
ActionProxy |
ActionChainResult.getProxy() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultActionInvocation.createInterceptors(ActionProxy proxy) |
void |
DefaultActionInvocation.init(ActionProxy proxy) |
void |
ActionInvocation.init(ActionProxy proxy) |
Modifier and Type | Class and Description |
---|---|
class |
MockActionProxy
Mock for an
ActionProxy . |
Modifier and Type | Method and Description |
---|---|
ActionProxy |
MockActionInvocation.getProxy() |
Modifier and Type | Method and Description |
---|---|
void |
MockActionInvocation.init(ActionProxy proxy) |
void |
MockActionInvocation.setProxy(ActionProxy proxy) |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
protected ActionProxy |
ActionComponent.proxy |
Modifier and Type | Method and Description |
---|---|
ActionProxy |
ActionComponent.getProxy() |
Modifier and Type | Class and Description |
---|---|
class |
StrutsActionProxy |
Modifier and Type | Method and Description |
---|---|
ActionProxy |
StrutsActionProxyFactory.createActionProxy(ActionInvocation inv,
String namespace,
String actionName,
String methodName,
boolean executeResult,
boolean cleanupContext) |
ActionProxy |
PrefixBasedActionProxyFactory.createActionProxy(String namespace,
String actionName,
String methodName,
Map<String,Object> extraContext,
boolean executeResult,
boolean cleanupContext) |
Modifier and Type | Method and Description |
---|---|
protected String |
ExecuteAndWaitInterceptor.getBackgroundProcessName(ActionProxy proxy)
Returns the name to associate the background process.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.