org.apache.struts.chain.servlet
Class ExecuteAction

java.lang.Object
  extended byorg.apache.struts.chain.AbstractExecuteAction
      extended byorg.apache.struts.chain.servlet.ExecuteAction
All Implemented Interfaces:
org.apache.commons.chain.Command

public class ExecuteAction
extends AbstractExecuteAction

Invoke the appropriate Action for this request, and cache the returned ActionForward.

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

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

ExecuteAction

public ExecuteAction()
Method Detail

execute

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.

Specified by:
execute in class AbstractExecuteAction
Parameters:
context - The Context for this request
action - The Action to be executed
actionConfig - The ActionConfig defining this action
actionForm - The ActionForm (if any) for this action
Throws:
java.lang.Exception - if thrown by the Action


Copyright ? 2003 - Apache Software Foundation