|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractSelectInput org.apache.struts.chain.commands.servlet.SelectInput
public class SelectInput
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.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
SelectInput()
|
Method Summary | |
---|---|
protected ForwardConfig |
forward(ActionContext context,
ModuleConfig moduleConfig,
java.lang.String uri)
Create and return a ForwardConfig representing the
specified module-relative destination. |
Methods inherited from class org.apache.struts.chain.commands.AbstractSelectInput |
---|
execute |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectInput()
Method Detail |
---|
protected ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, java.lang.String uri)
Create and return a ForwardConfig
representing the
specified module-relative destination.
forward
in class AbstractSelectInput
context
- The context for this requestmoduleConfig
- The ModuleConfig
for this requesturi
- The module-relative URI to be the destination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |