com.opensymphony.webwork.validators
Class DWRValidator.ValidatorActionInvocation

java.lang.Object
  extended by com.opensymphony.xwork.DefaultActionInvocation
      extended by 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

Field Summary
 
Fields inherited from class com.opensymphony.xwork.DefaultActionInvocation
action, executed, extraContext, interceptors, invocationContext, m, preResultListeners, proxy, pushAction, result, resultCode, stack
 
Constructor Summary
protected DWRValidator.ValidatorActionInvocation(ActionProxy proxy, Map extraContext)
           
 
Method Summary
protected  String invokeAction(Object action, ActionConfig actionConfig)
           
 
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
 

Constructor Detail

DWRValidator.ValidatorActionInvocation

protected DWRValidator.ValidatorActionInvocation(ActionProxy proxy,
                                                 Map extraContext)
                                          throws Exception
Throws:
Exception
Method Detail

invokeAction

protected String invokeAction(Object action,
                              ActionConfig actionConfig)
                       throws Exception
Overrides:
invokeAction in class DefaultActionInvocation
Throws:
Exception

WebWork Project Page