org.apache.struts2.impl
Class StrutsActionProxy
java.lang.Object
com.opensymphony.xwork2.DefaultActionProxy
org.apache.struts2.impl.StrutsActionProxy
- All Implemented Interfaces:
- ActionProxy, Serializable
public class StrutsActionProxy
- extends DefaultActionProxy
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.xwork2.DefaultActionProxy |
actionEventListener, actionName, cleanupContext, config, configuration, executeResult, invocation, method, namespace, objectFactory, unknownHandler |
Methods inherited from class com.opensymphony.xwork2.DefaultActionProxy |
getAction, getActionName, getConfig, getExecuteResult, getInvocation, getMethod, getNamespace, setActionEventListener, setConfiguration, setExecuteResult, setObjectFactory, setUnknownHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
StrutsActionProxy
public StrutsActionProxy(ActionInvocation inv,
String namespace,
String actionName,
String methodName,
boolean executeResult,
boolean cleanupContext)
execute
public String execute()
throws Exception
- Description copied from interface:
ActionProxy
- Execute this ActionProxy. This will set the ActionContext from the ActionInvocation into the ActionContext
ThreadLocal before invoking the ActionInvocation, then set the old ActionContext back into the ThreadLocal.
- Specified by:
execute
in interface ActionProxy
- Overrides:
execute
in class DefaultActionProxy
- Returns:
- the result code returned from executing the ActionInvocation
- Throws:
Exception
- can be thrown.- See Also:
ActionInvocation
prepare
protected void prepare()
- Overrides:
prepare
in class DefaultActionProxy
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.