com.opensymphony.xwork
Class MockActionInvocation
java.lang.Object
com.opensymphony.xwork.mock.MockActionInvocation
com.opensymphony.xwork.MockActionInvocation
- All Implemented Interfaces:
- ActionInvocation, Serializable
Deprecated. Please use @see com.opensymphony.xwork.mock.MockActionInvocation instead
- public class MockActionInvocation
- extends MockActionInvocation
Mock for an ActionInvocation
.
- Author:
- plightbo
- See Also:
- Serialized Form
Methods inherited from class com.opensymphony.xwork.mock.MockActionInvocation |
addPreResultListener, getAction, getInvocationContext, getProxy, getResult, getResultCode, getStack, invoke, invokeActionOnly, isExecuted, setAction, setInvocationContext, setProxy, setResult, setResultCode, setStack |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockActionInvocation
public MockActionInvocation()
- Deprecated.