com.opensymphony.xwork2
Class DefaultActionProxyFactory
java.lang.Object
com.opensymphony.xwork2.DefaultActionProxyFactory
- All Implemented Interfaces:
- ActionProxyFactory
- Direct Known Subclasses:
- StrutsActionProxyFactory
public class DefaultActionProxyFactory
- extends Object
- implements ActionProxyFactory
DefaultActionProxyFactory
- Author:
- Jason Carreira
Created Jun 15, 2003 5:19:13 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected Container container
DefaultActionProxyFactory
public DefaultActionProxyFactory()
setContainer
public void setContainer(Container container)
createActionProxy
public ActionProxy createActionProxy(String namespace,
String actionName,
Map extraContext)
throws Exception
- Use this method to build an DefaultActionProxy instance.
- Specified by:
createActionProxy
in interface ActionProxyFactory
- 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
- Use this method to build an DefaultActionProxy instance.
- Specified by:
createActionProxy
in interface ActionProxyFactory
- 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.