|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractExecuteAction org.apache.struts.chain.commands.servlet.ExecuteAction
public class ExecuteAction
Invoke the appropriate Action
for this request, and cache
the returned ActionForward
.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
ExecuteAction()
|
Method Summary | |
---|---|
protected ForwardConfig |
execute(ActionContext context,
Action action,
ActionConfig actionConfig,
ActionForm actionForm)
Execute the specified Action , and return the resulting
ActionForward . |
Methods inherited from class org.apache.struts.chain.commands.AbstractExecuteAction |
---|
execute |
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecuteAction()
Method Detail |
---|
protected 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 AbstractExecuteAction
context
- The Context
for this requestaction
- The Action
to be executedactionConfig
- The ActionConfig
defining this actionactionForm
- The ActionForm
(if any) for this
action
java.lang.Exception
- if thrown by the Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |