org.apache.struts.chain.commands.servlet
Class SelectForward
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractSelectForward
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)
$
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectForward
public SelectForward()
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 requestmoduleConfig
- The ModuleConfig
for this requesturi
- The module-relative URI to be the destination
- Returns:
- ForwwardConfig representing the destination
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.