Class ActionPostProcess

java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.servlet.ActionPostProcess
All Implemented Interfaces:
Command<ActionContext>, ActionCommand

public class ActionPostProcess extends ActionCommandBase

Performs post-processing functions in command chain

Since:
Struts 1.4
Version:
$Rev$ $Date$
  • Constructor Details

    • ActionPostProcess

      public ActionPostProcess()
  • Method Details

    • execute_

      protected boolean execute_(ActionContext context) throws Exception

      Performs additional functions after an Action or Command has been called.

      Specified by:
      execute_ in class ActionCommandBase
      Parameters:
      context - The Context for the current request
      Returns:
      false so that processing continues
      Throws:
      Exception - on any error