org.apache.struts.chain.commands.servlet
Class SelectForward

java.lang.Object
  extended by org.apache.struts.chain.commands.ActionCommandBase
      extended by org.apache.struts.chain.commands.AbstractSelectForward
          extended by org.apache.struts.chain.commands.servlet.SelectForward
All Implemented Interfaces:
org.apache.commons.chain.Command, ActionCommand

public class SelectForward
extends AbstractSelectForward

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

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

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
SelectForward()
           
 
Method Summary
protected  ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, String uri)
          Create and return a ForwardConfig representing the specified module-relative destination.
 
Methods inherited from class org.apache.struts.chain.commands.AbstractSelectForward
execute
 
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectForward

public SelectForward()
Method Detail

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


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.