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<ActionContext>,ActionCommand
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) $
-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ForwardConfigforward(ActionContext context, ModuleConfig moduleConfig, String uri) Create and return aForwardConfigrepresenting 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
-
Constructor Details
-
SelectForward
public SelectForward()
-
-
Method Details
-
forward
Create and return a
ForwardConfigrepresenting the specified module-relative destination.- Specified by:
forwardin classAbstractSelectForward- Parameters:
context- The context for this requestmoduleConfig- TheModuleConfigfor this requesturi- The module-relative URI to be the destination- Returns:
- ForwwardConfig representing the destination
-