Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » [javadoc | source]
com.opensymphony.xwork2
public class: DefaultActionProxy [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.DefaultActionProxy

All Implemented Interfaces:
    Serializable, ActionProxy

The Default ActionProxy implementation
Field Summary
protected  Configuration configuration     
protected  ActionConfig config     
protected  ActionInvocation invocation     
protected  UnknownHandlerManager unknownHandlerManager     
protected  String actionName     
protected  String namespace     
protected  String method     
protected  boolean executeResult     
protected  boolean cleanupContext     
protected  ObjectFactory objectFactory     
protected  ActionEventListener actionEventListener     
Constructor:
 protected DefaultActionProxy(ActionInvocation inv,
    String namespace,
    String actionName,
    String methodName,
    boolean executeResult,
    boolean cleanupContext) 
    This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.

    The reason for the builder methods is so that you can use a subclass to create your own DefaultActionProxy instance (like a RMIActionProxy).

Method from com.opensymphony.xwork2.DefaultActionProxy Summary:
execute,   getAction,   getActionName,   getConfig,   getExecuteResult,   getInvocation,   getMethod,   getNamespace,   prepare,   setActionEventListener,   setConfiguration,   setExecuteResult,   setObjectFactory,   setUnknownHandler
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.DefaultActionProxy Detail:
 public String execute() throws Exception 
 public Object getAction() 
 public String getActionName() 
 public ActionConfig getConfig() 
 public boolean getExecuteResult() 
 public ActionInvocation getInvocation() 
 public String getMethod() 
 public String getNamespace() 
 protected  void prepare() 
 public  void setActionEventListener(ActionEventListener listener) 
 public  void setConfiguration(Configuration config) 
 public  void setExecuteResult(boolean executeResult) 
 public  void setObjectFactory(ObjectFactory factory) 
 public  void setUnknownHandler(UnknownHandlerManager unknownHandlerManager)