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

All Implemented Interfaces:
    ActionCommand

Look up and execute a commons-chain Command based on properties of the ActionContext's forwardConfig property.

Method from org.apache.struts.chain.commands.ExecuteForwardCommand Summary:
getCommand,   shouldProcess
Methods from org.apache.struts.chain.commands.ExecuteCommand:
execute,   getCommand,   getCommand,   shouldProcess
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.ExecuteForwardCommand Detail:
 protected Command getCommand(ActionContext context) 

    Return the command specified by the command and catalog properties of the forwardConfig property of the given ActionContext. If forwardConfig is null, return null.

 protected boolean shouldProcess(ActionContext context) 

    Determine whether the forwardConfig should be processed.