public class StrutsActionProxyFactory extends DefaultActionProxyFactory
container
Constructor and Description |
---|
StrutsActionProxyFactory() |
Modifier and Type | Method and Description |
---|---|
ActionProxy |
createActionProxy(ActionInvocation inv,
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. |
createActionInvocation, createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer, toString
public ActionProxy createActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
ActionProxyFactory
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.createActionProxy
in interface ActionProxyFactory
createActionProxy
in class DefaultActionProxyFactory
inv
- the action invocation instance to associate withnamespace
- the namespace of the action, can be nullactionName
- the name of the actionmethodName
- the name of the method to executeexecuteResult
- flag which tells whether the result should be executed after the actioncleanupContext
- flag which tells whether the original context should be preserved during execution of the proxy.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.