java.lang.Objectorg.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: |
|---|
Return the command specified by the |
Determine whether the forwardConfig should be processed. |