Class ActionPostProcess
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.servlet.ActionPostProcess
- All Implemented Interfaces:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanexecute_(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- TheContextfor the current request- Returns:
falseso that processing continues- Throws:
Exception- on any error
-