Uses of Interface
org.apache.struts2.ActionProxy
Packages that use ActionProxy
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
XWork specific mock classes.
XWork validation subsystem.
-
Uses of ActionProxy in org.apache.struts2
Classes in org.apache.struts2 that implement ActionProxyFields in org.apache.struts2 declared as ActionProxyMethods in org.apache.struts2 that return ActionProxyModifier and TypeMethodDescriptionActionProxyFactory.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.ActionProxyFactory.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.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) 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) ActionInvocation.getProxy()
Get the ActionProxy holding this ActionInvocation.DefaultActionInvocation.getProxy()
Methods in org.apache.struts2 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 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. -
Uses of ActionProxy in org.apache.struts2.mock
Classes in org.apache.struts2.mock that implement ActionProxyMethods in org.apache.struts2.mock that return ActionProxyMethods in org.apache.struts2.mock with parameters of type ActionProxyModifier and TypeMethodDescriptionvoid
MockActionInvocation.init
(ActionProxy proxy) void
MockActionInvocation.setProxy
(ActionProxy proxy) -
Uses of ActionProxy in org.apache.struts2.result
Methods in org.apache.struts2.result that return ActionProxy -
Uses of ActionProxy in org.apache.struts2.validator
Methods in org.apache.struts2.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
.