public class ExecuteAction extends AbstractExecuteAction
Invoke the appropriate Action for this request, and cache
the returned ActionForward.
| Constructor and Description |
|---|
ExecuteAction() |
| Modifier and Type | Method and Description |
|---|---|
protected ForwardConfig |
execute(ActionContext context,
Action action,
ActionConfig actionConfig,
ActionForm actionForm)
Execute the specified
Action, and return the resulting
ActionForward. |
executeexecuteprotected ForwardConfig execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) throws java.lang.Exception
Execute the specified Action, and return the resulting
ActionForward.
execute in class AbstractExecuteActioncontext - 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.