org.apache.struts2.impl
Class StrutsActionProxy

java.lang.Object
  extended by com.opensymphony.xwork2.DefaultActionProxy
      extended by org.apache.struts2.impl.StrutsActionProxy
All Implemented Interfaces:
com.opensymphony.xwork2.ActionProxy, java.io.Serializable

public class StrutsActionProxy
extends com.opensymphony.xwork2.DefaultActionProxy

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxy
actionName, cleanupContext, config, configuration, executeResult, extraContext, invocation, method, namespace
 
Constructor Summary
StrutsActionProxy(com.opensymphony.xwork2.config.Configuration cfg, java.lang.String namespace, java.lang.String actionName, java.util.Map extraContext, boolean executeResult, boolean cleanupContext)
           
 
Method Summary
 java.lang.String execute()
           
 
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxy
getAction, getActionName, getConfig, getConfiguration, getExecuteResult, getInvocation, getMethod, getNamespace, prepare, setExecuteResult, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsActionProxy

public StrutsActionProxy(com.opensymphony.xwork2.config.Configuration cfg,
                         java.lang.String namespace,
                         java.lang.String actionName,
                         java.util.Map extraContext,
                         boolean executeResult,
                         boolean cleanupContext)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

execute

public java.lang.String execute()
                         throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork2.ActionProxy
Overrides:
execute in class com.opensymphony.xwork2.DefaultActionProxy
Throws:
java.lang.Exception


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