|
||||||||||
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
com.opensymphony.webwork.pico.PicoActionProxyFactory
public class PicoActionProxyFactory
Extension of XWork's ActionProxyFactory
which creates PicoActionInvocations.
PicoActionInvocation
Constructor Summary | |
---|---|
PicoActionProxyFactory()
Deprecated. |
Method Summary | |
---|---|
ActionInvocation |
createActionInvocation(ActionProxy actionProxy)
Deprecated. 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)
Deprecated. 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)
Deprecated. Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
Methods inherited from class com.opensymphony.xwork.DefaultActionProxyFactory |
---|
createActionProxy, createActionProxy |
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 PicoActionProxyFactory()
Method Detail |
---|
public ActionInvocation createActionInvocation(ActionProxy actionProxy) throws Exception
ActionProxyFactory
createActionInvocation
in class DefaultActionProxyFactory
Exception
public ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext) throws Exception
ActionProxyFactory
createActionInvocation
in class DefaultActionProxyFactory
Exception
public ActionInvocation createActionInvocation(ActionProxy actionProxy, Map extraContext, boolean pushAction) throws Exception
ActionProxyFactory
createActionInvocation
in class DefaultActionProxyFactory
pushAction
- tells whether the Action should be pushed onto the ValueStack
Exception
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |