| java.lang.Object com.opensymphony.xwork.DefaultActionProxy
DefaultActionProxy | public class DefaultActionProxy implements ActionProxy,Serializable(Code) | | The Default ActionProxy implementation
author: Rainer Hermanns author: Revised by Henry Hu version: $Revision: 1268 $ since: 2005-8-6 |
Constructor Summary | |
protected | DefaultActionProxy(String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext) This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy. |
cleanupContext | protected boolean cleanupContext(Code) | | |
executeResult | protected boolean executeResult(Code) | | |
DefaultActionProxy | protected DefaultActionProxy(String namespace, String actionName, Map extraContext, boolean executeResult, boolean cleanupContext) throws Exception(Code) | | This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
The reason for the builder methods is so that you can use a subclass to create your own DefaultActionProxy instance
(like a RMIActionProxy).
|
getExecuteResult | public boolean getExecuteResult()(Code) | | |
setExecuteResult | public void setExecuteResult(boolean executeResult)(Code) | | |
|
|