|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionProxyFactory
com.opensymphony.xwork.DefaultActionProxyFactory
public class DefaultActionProxyFactory
DefaultActionProxyFactory
Constructor Summary | |
---|---|
DefaultActionProxyFactory()
|
Method Summary | |
---|---|
ActionInvocation |
createActionInvocation(ActionProxy actionProxy)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
createActionInvocation(ActionProxy actionProxy,
Map extraContext)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
createActionInvocation(ActionProxy actionProxy,
Map extraContext,
boolean pushAction)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionProxy |
createActionProxy(String namespace,
String actionName,
Map extraContext)
Use this method to build an DefaultActionProxy instance. |
ActionProxy |
createActionProxy(String namespace,
String actionName,
Map extraContext,
boolean executeResult,
boolean cleanupContext)
Use this method to build an DefaultActionProxy instance. |
Methods inherited from class com.opensymphony.xwork.ActionProxyFactory |
---|
getFactory, setFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultActionProxyFactory()
Method Detail |
---|
public ActionInvocation createActionInvocation(ActionProxy actionProxy) throws Exception
ActionProxyFactory
createActionInvocation
in class ActionProxyFactory
Exception
public ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext) throws Exception
ActionProxyFactory
createActionInvocation
in class ActionProxyFactory
Exception
public ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext, boolean pushAction) throws Exception
ActionProxyFactory
createActionInvocation
in class ActionProxyFactory
pushAction
- tells whether the Action should be pushed onto the ValueStack
Exception
public ActionProxy createActionProxy(String namespace, String actionName, Map extraContext) throws Exception
createActionProxy
in class ActionProxyFactory
namespace
- the namespace of the actionextraContext
- a Map of extra parameters to be provided to the ActionProxy
Exception
public ActionProxy createActionProxy(String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext) throws Exception
createActionProxy
in class ActionProxyFactory
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
Exception
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |