org.apache.struts.chain.commands.servlet
Class ExecuteAction

java.lang.Object
  extended by org.apache.struts.chain.commands.ActionCommandBase
      extended by org.apache.struts.chain.commands.AbstractExecuteAction
          extended by org.apache.struts.chain.commands.servlet.ExecuteAction
All Implemented Interfaces:
org.apache.commons.chain.Command, ActionCommand

public class ExecuteAction
extends AbstractExecuteAction

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

Version:
$Rev: 471754 $ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $

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

ExecuteAction

public ExecuteAction()
Method Detail

execute

protected ForwardConfig execute(ActionContext context,
                                Action action,
                                ActionConfig actionConfig,
                                ActionForm actionForm)
                         throws 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
Returns:
ForwardConfig The next location, or null
Throws:
Exception - if thrown by the Action


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.