org.apache.struts2.impl
Class StrutsActionProxyFactory

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

public class StrutsActionProxyFactory
extends com.opensymphony.xwork2.DefaultActionProxyFactory


Constructor Summary
StrutsActionProxyFactory()
           
 
Method Summary
 com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.config.Configuration config, java.lang.String namespace, java.lang.String actionName, java.util.Map extraContext)
           
 com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.config.Configuration config, java.lang.String namespace, java.lang.String actionName, java.util.Map extraContext, boolean executeResult, boolean cleanupContext)
           
 
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxyFactory
createActionInvocation, createActionInvocation, createActionInvocation
 
Methods inherited from class com.opensymphony.xwork2.ActionProxyFactory
getFactory, setFactory
 
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 com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.config.Configuration config,
                                                             java.lang.String namespace,
                                                             java.lang.String actionName,
                                                             java.util.Map extraContext)
                                                      throws java.lang.Exception
Overrides:
createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory
Throws:
java.lang.Exception

createActionProxy

public com.opensymphony.xwork2.ActionProxy createActionProxy(com.opensymphony.xwork2.config.Configuration config,
                                                             java.lang.String namespace,
                                                             java.lang.String actionName,
                                                             java.util.Map extraContext,
                                                             boolean executeResult,
                                                             boolean cleanupContext)
                                                      throws java.lang.Exception
Overrides:
createActionProxy in class com.opensymphony.xwork2.DefaultActionProxyFactory
Throws:
java.lang.Exception


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