com.opensymphony.webwork.validators
Class ValidationServlet.ValidatorActionProxy

java.lang.Object
  extended bycom.opensymphony.xwork.DefaultActionProxy
      extended bycom.opensymphony.webwork.validators.ValidationServlet.ValidatorActionProxy
All Implemented Interfaces:
com.opensymphony.xwork.ActionProxy, Serializable
Enclosing class:
ValidationServlet

public static class ValidationServlet.ValidatorActionProxy
extends com.opensymphony.xwork.DefaultActionProxy

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.DefaultActionProxy
actionName, config, executeResult, extraContext, invocation, namespace
 
Constructor Summary
protected ValidationServlet.ValidatorActionProxy(String namespace, String actionName, Map extraContext)
           
 
Method Summary
protected  void prepare()
           
 
Methods inherited from class com.opensymphony.xwork.DefaultActionProxy
execute, getAction, getActionName, getConfig, getExecuteResult, getInvocation, getNamespace, setExecuteResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationServlet.ValidatorActionProxy

protected ValidationServlet.ValidatorActionProxy(String namespace,
                                                 String actionName,
                                                 Map extraContext)
                                          throws Exception
Method Detail

prepare

protected void prepare()
                throws Exception
Throws:
Exception

WebWork Project Page