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 . |
execute
execute
protected ForwardConfig execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) throws Exception
Execute the specified Action
, and return the resulting
ActionForward
.
execute
in class AbstractExecuteAction
context
- The Context
for this requestaction
- The Action
to be executedactionConfig
- The ActionConfig
defining this actionactionForm
- The ActionForm
(if any) for this
actionException
- if thrown by the Action
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.