| java.lang.Object com.opensymphony.xwork.DefaultActionInvocation
All known Subclasses: com.opensymphony.webwork.pico.PicoActionInvocation,
executed | protected boolean executed(Code) | | |
m | public static ContinuationManager m(Code) | | |
preResultListeners | protected List preResultListeners(Code) | | |
pushAction | protected boolean pushAction(Code) | | |
addPreResultListener | public void addPreResultListener(PreResultListener listener)(Code) | | Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the
Result is executed. The ActionInvocation implementation must guarantee that listeners will be called in the order
in which they are registered. Listener registration and execution does not need to be thread-safe.
Parameters: listener - |
createAction | protected void createAction(Map contextMap)(Code) | | |
createContextMap | protected Map createContextMap()(Code) | | |
getResult | public Result getResult() throws Exception(Code) | | If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method
will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned. If the
DefaultActionInvocation's result has not been executed before, the Result instance will be created and populated with
the result params.
a Result instance throws: Exception - |
isExecuted | public boolean isExecuted()(Code) | | |
setResultCode | public void setResultCode(String resultCode)(Code) | | |
|
|