|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.chain.AbstractExecuteAction
org.apache.struts.chain.servlet.ExecuteAction
Invoke the appropriate Action for this request, and cache
the returned ActionForward.
| Field Summary |
| Fields inherited from class org.apache.struts.chain.AbstractExecuteAction |
|
| Constructor Summary | |
ExecuteAction()
|
|
| Method Summary | |
protected org.apache.struts.config.ForwardConfig |
execute(org.apache.commons.chain.Context context,
org.apache.struts.action.Action action,
org.apache.struts.config.ActionConfig actionConfig,
org.apache.struts.action.ActionForm actionForm)
Execute the specified Action, and return the resulting
ActionForward. |
| Methods inherited from class org.apache.struts.chain.AbstractExecuteAction |
execute, getActionConfigKey, getActionFormKey, getActionKey, getForwardConfigKey, getValidKey, setActionConfigKey, setActionFormKey, setActionKey, setForwardConfigKey, setValidKey |
| 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 org.apache.struts.config.ForwardConfig execute(org.apache.commons.chain.Context context,
org.apache.struts.action.Action action,
org.apache.struts.config.ActionConfig actionConfig,
org.apache.struts.action.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 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 | |||||||||