Class ActionPostProcess
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.servlet.ActionPostProcess
- All Implemented Interfaces:
org.apache.commons.chain.Command<ActionContext>
,ActionCommand
Performs post-processing functions in command chain
- Since:
- Struts 1.4
- Version:
- $Rev$ $Date$
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
execute_
(ActionContext context) Performs additional functions after an Action or Command has been called.Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
-
Constructor Details
-
ActionPostProcess
public ActionPostProcess()
-
-
Method Details
-
execute_
Performs additional functions after an Action or Command has been called.
- Specified by:
execute_
in classActionCommandBase
- Parameters:
context
- TheContext
for the current request- Returns:
false
so that processing continues- Throws:
Exception
- on any error
-