com.opensymphony.webwork.validators
Class DWRValidator.ValidatorActionInvocation
java.lang.Object
com.opensymphony.xwork.DefaultActionInvocation
com.opensymphony.webwork.validators.DWRValidator.ValidatorActionInvocation
- All Implemented Interfaces:
- ActionInvocation, Serializable
- Enclosing class:
- DWRValidator
public static class DWRValidator.ValidatorActionInvocation
- extends DefaultActionInvocation
- 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, invokeActionOnly, isExecuted, setResultCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DWRValidator.ValidatorActionInvocation
protected DWRValidator.ValidatorActionInvocation(ActionProxy proxy,
Map extraContext)
throws Exception
- Throws:
Exception
invokeAction
protected String invokeAction(Object action,
ActionConfig actionConfig)
throws Exception
- Overrides:
invokeAction
in class DefaultActionInvocation
- Throws:
Exception