Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: ExecuteAction [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractExecuteAction
         org.apache.struts.chain.commands.servlet.ExecuteAction

All Implemented Interfaces:
    ActionCommand

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

Method from org.apache.struts.chain.commands.servlet.ExecuteAction Summary:
execute
Methods from org.apache.struts.chain.commands.AbstractExecuteAction:
execute,   execute
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.ExecuteAction Detail:
 protected ForwardConfig execute(ActionContext context,
    Action action,
    ActionConfig actionConfig,
    ActionForm actionForm) throws Exception 

    Execute the specified Action, and return the resulting ActionForward.