public abstract class AbstractExecuteAction extends ActionCommandBase
Invoke the appropriate Action for this request, and cache
the returned ActionForward.
| Constructor and Description |
|---|
AbstractExecuteAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ActionContext actionCtx)
Invoke the appropriate
Action for this request, and
cache the returned ActionForward. |
protected abstract ForwardConfig |
execute(ActionContext context,
Action action,
ActionConfig actionConfig,
ActionForm actionForm)
Execute the specified
Action, and return the resulting
ForwardConfig. |
executepublic boolean execute(ActionContext actionCtx) throws java.lang.Exception
Invoke the appropriate Action for this request, and
cache the returned ActionForward.
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 execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) throws java.lang.Exception
Execute the specified Action, and return the resulting
ForwardConfig.
context - The Context for this requestaction - The Action to be executedactionConfig - The ActionConfig defining this actionactionForm - The ActionForm (if any) for this
actionjava.lang.Exception - if thrown by the ActionCopyright © 2000–2024 Apache Software Foundation. All rights reserved.