public abstract class AbstractSelectInput extends ActionCommandBase
Select and cache a ForwardConfig that returns us to the
input page for the current action, if any.
| Constructor and Description |
|---|
AbstractSelectInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ActionContext actionCtx)
Select and cache a
ForwardConfig for the input page for
the current request. |
protected abstract ForwardConfig |
forward(ActionContext context,
ModuleConfig moduleConfig,
java.lang.String uri)
Create and return a
ForwardConfig representing the
specified module-relative destination. |
executepublic boolean execute(ActionContext actionCtx) throws java.lang.Exception
Select and cache a ForwardConfig for the input page for
the current request.
execute in interface ActionCommandexecute in class ActionCommandBaseactionCtx - The Context for the current requestfalse so that processing continuesjava.lang.Exception - if thrown by the Action classprotected abstract ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, java.lang.String uri)
Create and return a ForwardConfig representing the
specified module-relative destination.
context - The context for this requestmoduleConfig - The ModuleConfig for this requesturi - The module-relative URI to be the destinationCopyright © 2000–2025 Apache Software Foundation. All rights reserved.