org.apache.struts.chain.servlet
Class SelectForward

java.lang.Object
  extended byorg.apache.struts.chain.AbstractSelectForward
      extended byorg.apache.struts.chain.servlet.SelectForward
All Implemented Interfaces:
org.apache.commons.chain.Command

public class SelectForward
extends AbstractSelectForward

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

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractSelectForward
 
Constructor Summary
SelectForward()
           
 
Method Summary
protected  org.apache.struts.config.ForwardConfig forward(org.apache.commons.chain.Context context, org.apache.struts.config.ModuleConfig moduleConfig, java.lang.String uri)
          Create and return a ForwardConfig representing the specified module-relative destination.
 
Methods inherited from class org.apache.struts.chain.AbstractSelectForward
execute, getActionConfigKey, getForwardConfigKey, getValidKey, setActionConfigKey, setForwardConfigKey, setValidKey
 
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 org.apache.struts.config.ForwardConfig forward(org.apache.commons.chain.Context context,
                                                         org.apache.struts.config.ModuleConfig moduleConfig,
                                                         java.lang.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


Copyright ? 2003 - Apache Software Foundation