Class PerformForward

All Implemented Interfaces:
org.apache.commons.chain.Command<ActionContext>, ActionCommand

public class PerformForward extends AbstractPerformForward

Perform forwarding or redirection based on the specified ForwardConfig (if any).

Version:
$Rev$ $Date$
  • Constructor Details

    • PerformForward

      public PerformForward()
  • Method Details

    • perform

      protected void perform(ActionContext context, ForwardConfig forwardConfig) throws Exception

      Perform the appropriate processing on the specified ForwardConfig.

      Specified by:
      perform in class AbstractPerformForward
      Parameters:
      context - The context for this request
      forwardConfig - The forward to be performed
      Throws:
      Exception - if thrown by the Action