org.apache.struts2.impl
Class StrutsActionProxyFactory

java.lang.Object
  extended by com.opensymphony.xwork2.DefaultActionProxyFactory
      extended by org.apache.struts2.impl.StrutsActionProxyFactory
All Implemented Interfaces:
ActionProxyFactory

public class StrutsActionProxyFactory
extends DefaultActionProxyFactory


Field Summary
 
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
container
 
Constructor Summary
StrutsActionProxyFactory()
           
 
Method Summary
 ActionProxy createActionProxy(ActionInvocation inv, String namespace, String actionName, String methodName, boolean executeResult, boolean cleanupContext)
           
 
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
createActionProxy, createActionProxy, createActionProxy, createActionProxy, createActionProxy, setContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsActionProxyFactory

public StrutsActionProxyFactory()
Method Detail

createActionProxy

public ActionProxy createActionProxy(ActionInvocation inv,
                                     String namespace,
                                     String actionName,
                                     String methodName,
                                     boolean executeResult,
                                     boolean cleanupContext)
Specified by:
createActionProxy in interface ActionProxyFactory
Overrides:
createActionProxy in class DefaultActionProxyFactory


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.