Uses of Interface
com.opensymphony.xwork2.ActionProxy
Packages that use ActionProxy
Package
Description
Main XWork interfaces and classes.
XWork specific mock classes.
XWork validation subsystem.
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of ActionProxy in com.opensymphony.xwork2
Classes in com.opensymphony.xwork2 that implement ActionProxyFields in com.opensymphony.xwork2 declared as ActionProxyMethods in com.opensymphony.xwork2 that return ActionProxyModifier and TypeMethodDescriptionActionProxyFactory.createActionProxy
(ActionInvocation actionInvocation, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext) Creates anActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including passedActionInvocation
instance.ActionProxyFactory.createActionProxy
(String namespace, String actionName, String methodName, Map<String, Object> extraContext) Creates anActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having anActionInvocation
instance associated.ActionProxyFactory.createActionProxy
(String namespace, String actionName, String methodName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) Creates anActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having anActionInvocation
instance associated.DefaultActionProxyFactory.createActionProxy
(ActionInvocation inv, String namespace, String actionName, boolean executeResult, boolean cleanupContext) DefaultActionProxyFactory.createActionProxy
(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext) DefaultActionProxyFactory.createActionProxy
(String namespace, String actionName, String methodName, Map<String, Object> extraContext) DefaultActionProxyFactory.createActionProxy
(String namespace, String actionName, String methodName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) DefaultActionProxyFactory.createActionProxy
(String namespace, String actionName, Map<String, Object> extraContext) DefaultActionProxyFactory.createActionProxy
(String namespace, String actionName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) ActionChainResult.getProxy()
ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation.DefaultActionInvocation.getProxy()
Methods in com.opensymphony.xwork2 with parameters of type ActionProxyModifier and TypeMethodDescriptionprotected 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 ActionProxyMethods in com.opensymphony.xwork2.mock that return ActionProxyMethods in com.opensymphony.xwork2.mock with parameters of type ActionProxyModifier and TypeMethodDescriptionvoid
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 ActionProxyModifier and TypeMethodDescriptionprotected String
ValidationInterceptor.getValidationContext
(ActionProxy proxy) Returns the context that will be used by theActionValidatorManager
to associate the action invocation with the appropriateValidatorConfigs
. -
Uses of ActionProxy in org.apache.struts2.components
Fields in org.apache.struts2.components declared as ActionProxyMethods in org.apache.struts2.components that return ActionProxy -
Uses of ActionProxy in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return ActionProxyModifier and TypeMethodDescriptionprotected 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) Methods in org.apache.struts2.dispatcher with parameters of type ActionProxyModifier and TypeMethodDescriptionprotected boolean
Dispatcher.isSameAction
(ActionProxy actionProxy, String namespace, String actionName, String method) -
Uses of ActionProxy in org.apache.struts2.factory
Classes in org.apache.struts2.factory that implement ActionProxyMethods in org.apache.struts2.factory that return ActionProxyModifier and TypeMethodDescriptionPrefixBasedActionProxyFactory.createActionProxy
(String namespace, String actionName, String methodName, Map<String, Object> extraContext, boolean executeResult, boolean cleanupContext) StrutsActionProxyFactory.createActionProxy
(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext) -
Uses of ActionProxy in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor with parameters of type ActionProxyModifier and TypeMethodDescriptionprotected String
ExecuteAndWaitInterceptor.getBackgroundProcessName
(ActionProxy proxy) Returns the name to associate the background process.