com.opensymphony.webwork.validators
Class DWRValidator.ValidatorActionProxy

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

public static class DWRValidator.ValidatorActionProxy
extends DefaultActionProxy

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.DefaultActionProxy
actionName, cleanupContext, config, executeResult, extraContext, invocation, method, namespace
 
Constructor Summary
protected DWRValidator.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, getMethod, getNamespace, setExecuteResult, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWRValidator.ValidatorActionProxy

protected DWRValidator.ValidatorActionProxy(String namespace,
                                            String actionName,
                                            Map extraContext)
                                     throws Exception
Throws:
Exception
Method Detail

prepare

protected void prepare()
                throws Exception
Overrides:
prepare in class DefaultActionProxy
Throws:
Exception

WebWork Project Page