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,
String uri)
Create and return a
ForwardConfig representing the
specified module-relative destination. |
execute
public boolean execute(ActionContext actionCtx) throws Exception
Select and cache the ActionForward
for this
ActionConfig
if specified.
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current requestfalse
so that processing continuesException
- if thrown by the Action classprotected abstract ForwardConfig forward(ActionContext context, ModuleConfig moduleConfig, 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–2016 Apache Software Foundation. All rights reserved.