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: SelectInput [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractSelectInput
         org.apache.struts.chain.commands.servlet.SelectInput

All Implemented Interfaces:
    ActionCommand

Validate the properties of the form bean for this request. If there are any validation errors, execute the child commands in our chain; otherwise, proceed normally.

Method from org.apache.struts.chain.commands.servlet.SelectInput Summary:
forward
Methods from org.apache.struts.chain.commands.AbstractSelectInput:
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.SelectInput Detail:
 protected ForwardConfig forward(ActionContext context,
    ModuleConfig moduleConfig,
    String uri) 

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