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
-
Method Summary
Modifier and TypeMethodDescriptionprotected ForwardConfig
forward
(ActionContext context, ModuleConfig moduleConfig, String uri) Create and return aForwardConfig
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
-
Constructor Details
-
SelectForward
public SelectForward()
-
-
Method Details
-
forward
Create and return a
ForwardConfig
representing the specified module-relative destination.- Specified by:
forward
in classAbstractSelectForward
- Parameters:
context
- The context for this requestmoduleConfig
- TheModuleConfig
for this requesturi
- The module-relative URI to be the destination- Returns:
- ForwwardConfig representing the destination
-