com.opensymphony.webwork.pico
Class PicoActionInvocation
java.lang.Object
com.opensymphony.xwork.DefaultActionInvocation
com.opensymphony.webwork.pico.PicoActionInvocation
- All Implemented Interfaces:
- ActionInvocation, Serializable
Deprecated. Use DefaultActionInvocation
public class PicoActionInvocation
- extends DefaultActionInvocation
Implementation of ActionInvocation
which uses a PicoContainer to create Action instances.
- Author:
- Chris Sturm, Aslak Hellesøy
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork.DefaultActionInvocation |
action, executed, extraContext, interceptors, invocationContext, m, preResultListeners, proxy, pushAction, result, resultCode, stack |
Methods inherited from class com.opensymphony.xwork.DefaultActionInvocation |
addPreResultListener, createAction, createContextMap, createResult, getAction, getInvocationContext, getProxy, getResult, getResultCode, getStack, invoke, invokeAction, invokeActionOnly, isExecuted, setResultCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PicoActionInvocation
public PicoActionInvocation(ActionProxy proxy)
throws Exception
- Deprecated.
- Throws:
Exception
PicoActionInvocation
public PicoActionInvocation(ActionProxy proxy,
Map extraContext)
throws Exception
- Deprecated.
- Throws:
Exception
PicoActionInvocation
public PicoActionInvocation(ActionProxy proxy,
Map extraContext,
boolean pushAction)
throws Exception
- Deprecated.
- Throws:
Exception