com.opensymphony.webwork.pico
Class PicoActionProxyFactory
java.lang.Object
com.opensymphony.xwork.ActionProxyFactory
com.opensymphony.xwork.DefaultActionProxyFactory
com.opensymphony.webwork.pico.PicoActionProxyFactory
Deprecated. Use DefaultActionProxyFactory
public class PicoActionProxyFactory - extends DefaultActionProxyFactory
Extension of XWork's ActionProxyFactory
which creates PicoActionInvocations.
- Author:
- Chris Sturm
- See Also:
PicoActionInvocation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicoActionProxyFactory
public PicoActionProxyFactory()
- Deprecated.
createActionInvocation
public ActionInvocation createActionInvocation(ActionProxy actionProxy)
throws Exception
- Deprecated.
- Description copied from class:
ActionProxyFactory
- Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy
as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.
- Overrides:
createActionInvocation in class DefaultActionProxyFactory
- Returns:
- ActionInvocation
- Throws:
Exception
createActionInvocation
public ActionInvocation createActionInvocation(ActionProxy actionProxy,
Map extraContext)
throws Exception
- Deprecated.
- Description copied from class:
ActionProxyFactory
- Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy
as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.
- Overrides:
createActionInvocation in class DefaultActionProxyFactory
- Returns:
- ActionInvocation
- Throws:
Exception
createActionInvocation
public ActionInvocation createActionInvocation(ActionProxy actionProxy,
Map extraContext,
boolean pushAction)
throws Exception
- Deprecated.
- Description copied from class:
ActionProxyFactory
- Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy
as part of creating an ActionProxy. Client code should not need to call the createActionInvocation methods.
- Overrides:
createActionInvocation in class DefaultActionProxyFactory
pushAction - tells whether the Action should be pushed onto the ValueStack
- Returns:
- ActionInvocation
- Throws:
Exception
|