Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: SelectForward [javadoc | source]
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:
    ActionCommand

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

Method from org.apache.struts.chain.commands.servlet.SelectForward Summary:
forward
Methods from org.apache.struts.chain.commands.AbstractSelectForward:
execute,   forward
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.SelectForward Detail:
 protected ForwardConfig forward(ActionContext context,
    ModuleConfig moduleConfig,
    String uri) 

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