com.opensymphony.webwork.validators
Class ValidationServlet.ValidatorActionInvocation

java.lang.Object
  extended bycom.opensymphony.xwork.DefaultActionInvocation
      extended bycom.opensymphony.webwork.validators.ValidationServlet.ValidatorActionInvocation
All Implemented Interfaces:
com.opensymphony.xwork.ActionInvocation, Serializable
Enclosing class:
ValidationServlet

public static class ValidationServlet.ValidatorActionInvocation
extends com.opensymphony.xwork.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 ValidationServlet.ValidatorActionInvocation(com.opensymphony.xwork.ActionProxy proxy, Map extraContext)
           
 
Method Summary
protected  String invokeAction(com.opensymphony.xwork.Action action, com.opensymphony.xwork.config.entities.ActionConfig actionConfig)
           
 
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
 

Constructor Detail

ValidationServlet.ValidatorActionInvocation

protected ValidationServlet.ValidatorActionInvocation(com.opensymphony.xwork.ActionProxy proxy,
                                                      Map extraContext)
                                               throws Exception
Method Detail

invokeAction

protected String invokeAction(com.opensymphony.xwork.Action action,
                              com.opensymphony.xwork.config.entities.ActionConfig actionConfig)
                       throws Exception
Throws:
Exception

WebWork Project Page