java.lang.Objectorg.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.ExecuteCommand
All Implemented Interfaces:
ActionCommand
Direct Known Subclasses:
ExecuteForwardCommand
Invoke the appropriate Command for this request. If the
context's ActionConfig has no command property
defined, no action will be taken. If the specified command cannot be
found, a warning will be logged, but processing will continue. Depending
on how the chain is configured, this can be used in place of an
Action or as a method of performing pre-processing.
If used instead of an action, the command which is looked up should put an ActionForward into the context, unless it has already dealt with the response.
$ - Id: ExecuteCommand.java 471754 2006-11-06 14:55:09Z husted $| Method from org.apache.struts.chain.commands.ExecuteCommand Summary: |
|---|
| 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.ExecuteCommand Detail: |
|---|
If the |
Find the |
Retrieve the specified Command from the specified Catalog. |
Evaluate the current context to see if a command should even be executed. |