org.apache.struts2.impl
类 StrutsActionProxy

java.lang.Object
  继承者 com.opensymphony.xwork2.DefaultActionProxy
      继承者 org.apache.struts2.impl.StrutsActionProxy
所有已实现的接口:
com.opensymphony.xwork2.ActionProxy, Serializable

public class StrutsActionProxy
extends com.opensymphony.xwork2.DefaultActionProxy

另请参见:
序列化表格

构造方法摘要
StrutsActionProxy(com.opensymphony.xwork2.ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 
方法摘要
 String execute()
           
 
从类 com.opensymphony.xwork2.DefaultActionProxy 继承的方法
getAction, getActionName, getConfig, getExecuteResult, getInvocation, getMethod, getNamespace, isMethodSpecified, setActionEventListener, setConfiguration, setExecuteResult, setObjectFactory, setUnknownHandler
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StrutsActionProxy

public StrutsActionProxy(com.opensymphony.xwork2.ActionInvocation inv,
                         String namespace,
                         String actionName,
                         String methodName,
                         boolean executeResult,
                         boolean cleanupContext)
方法详细信息

execute

public String execute()
               throws Exception
指定者:
接口 com.opensymphony.xwork2.ActionProxy 中的 execute
覆盖:
com.opensymphony.xwork2.DefaultActionProxy 中的 execute
抛出:
Exception