org.apache.struts2.impl
Class StrutsActionProxyFactory
java.lang.Object
com.opensymphony.xwork2.DefaultActionProxyFactory
org.apache.struts2.impl.StrutsActionProxyFactory
- All Implemented Interfaces:
- ActionProxyFactory
public class StrutsActionProxyFactory
- extends DefaultActionProxyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsActionProxyFactory
public StrutsActionProxyFactory()
createActionProxy
public ActionProxy createActionProxy(ActionInvocation inv,
String namespace,
String actionName,
String methodName,
boolean executeResult,
boolean cleanupContext)
- Description copied from interface:
ActionProxyFactory
- 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.
- Specified by:
createActionProxy
in interface ActionProxyFactory
- Overrides:
createActionProxy
in class DefaultActionProxyFactory
- Parameters:
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.
- Returns:
- ActionProxy the created action proxy
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.