public abstract class AbstractSelectForward extends ActionCommandBase
Select and cache the ActionForward for this
ActionConfig if specified.
| Constructor and Description |
|---|
AbstractSelectForward() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ActionContext actionCtx)
Select and cache the
ActionForward for this
ActionConfig if specified. |
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 the ActionForward for this
ActionConfig if specified.
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–2024 Apache Software Foundation. All rights reserved.