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.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.factory | |
org.apache.struts2.interceptor | |
org.apache.struts2.result |
Modifier and Type | Field and Description |
---|---|
protected ActionProxy |
DefaultActionInvocation.proxy |
Modifier and Type | Method and Description |
---|---|
static ActionProxy |
ActionProxy.adapt(ActionProxy actualProxy)
Deprecated.
|
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()
Deprecated.
|
ActionProxy |
ActionInvocation.LegacyAdapter.getProxy() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultActionInvocation.createInterceptors(ActionProxy proxy) |
void |
DefaultActionInvocation.init(ActionProxy proxy) |
void |
ActionInvocation.init(ActionProxy proxy)
Deprecated.
|
void |
ActionInvocation.LegacyAdapter.init(ActionProxy proxy) |
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 | Method and Description |
---|---|
protected ActionProxy |
Dispatcher.createActionProxy(String namespace,
String name,
String method,
Map<String,Object> extraContext) |
protected ActionProxy |
Dispatcher.prepareActionProxy(Map<String,Object> extraContext,
String actionNamespace,
String actionName,
String actionMethod) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Dispatcher.isSameAction(ActionProxy actionProxy,
String namespace,
String actionName,
String method) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionProxy |
ActionChainResult.getProxy() |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.