org.apache.struts2.impl
类 StrutsActionProxyFactory

java.lang.Object
  继承者 com.opensymphony.xwork2.DefaultActionProxyFactory
      继承者 org.apache.struts2.impl.StrutsActionProxyFactory
所有已实现的接口:
com.opensymphony.xwork2.ActionProxyFactory

public class StrutsActionProxyFactory
extends com.opensymphony.xwork2.DefaultActionProxyFactory


构造方法摘要
StrutsActionProxyFactory()
           
 
方法摘要
 com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 
从类 com.opensymphony.xwork2.DefaultActionProxyFactory 继承的方法
createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

StrutsActionProxyFactory

public StrutsActionProxyFactory()
方法详细信息

createActionProxy

public com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.ActionInvocation inv,
                                                             String namespace,
                                                             String actionName,
                                                             String methodName,
                                                             boolean executeResult,
                                                             boolean cleanupContext)
指定者:
接口 com.opensymphony.xwork2.ActionProxyFactory 中的 createActionProxy
覆盖:
com.opensymphony.xwork2.DefaultActionProxyFactory 中的 createActionProxy