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(String namespace,
String actionName,
Map extraContext)
throws Exception
- Description copied from class:
DefaultActionProxyFactory
- Use this method to build an DefaultActionProxy instance.
- Specified by:
createActionProxy
in interface ActionProxyFactory
- Overrides:
createActionProxy
in class DefaultActionProxyFactory
- Parameters:
namespace
- the namespace of the actionextraContext
- a Map of extra parameters to be provided to the ActionProxy
- Returns:
- ActionProxy
- Throws:
Exception
createActionProxy
public ActionProxy createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
throws Exception
- Description copied from class:
DefaultActionProxyFactory
- Use this method to build an DefaultActionProxy instance.
- Specified by:
createActionProxy
in interface ActionProxyFactory
- Overrides:
createActionProxy
in class DefaultActionProxyFactory
- Parameters:
namespace
- the namespace of the actionextraContext
- a Map of extra parameters to be provided to the ActionProxyexecuteResult
- flag which tells whether the result should be executed after the action
- Returns:
- ActionProxy
- Throws:
Exception
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.