Class SelectForward

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

public class SelectForward extends AbstractSelectForward

Create and return a ForwardConfig representing the specified module-relative destination.

Version:
$Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
  • Constructor Details

    • SelectForward

      public SelectForward()
  • Method Details

    • forward

      protected ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, String uri)

      Create and return a ForwardConfig representing the specified module-relative destination.

      Specified by:
      forward in class AbstractSelectForward
      Parameters:
      context - The context for this request
      moduleConfig - The ModuleConfig for this request
      uri - The module-relative URI to be the destination
      Returns:
      ForwwardConfig representing the destination