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

All Implemented Interfaces:
    ActionCommand

Direct Known Subclasses:
    AbstractSelectLocale, AbstractSelectForward, SelectInput, AbstractAuthorizeAction, ExecuteCommand, PerformInclude, PopulateActionForm, SetOriginalURI, AbstractSelectInput, AbstractRequestNoCache, AbstractExceptionHandler, CopyFormToContext, AbstractSetOriginalURI, AbstractPerformForward, AbstractValidateActionForm, SelectLocale, AbstractSelectModule, AbstractSelectAction, AbstractExecuteAction, AuthorizeAction, SelectModule, SelectForward, CreateActionForm, ExceptionCatcher, CreateAction, PerformForward, RequestNoCache, ValidateActionForm, AbstractPerformInclude, SelectInclude, SelectAction, AbstractCreateAction, AbstractPopulateActionForm, SetContentType, RemoveCachedMessages, AbstractSetContentType, ExecuteAction, ExceptionHandler, ExecuteForwardCommand

Simple abstract class which avoids frequent casting to ActionContext in commands explicitly intended for use with that class.

Method from org.apache.struts.chain.commands.ActionCommandBase Summary:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.ActionCommandBase Detail:
 abstract public boolean execute(ActionContext actionContext) throws Exception
 public boolean execute(Context context) throws Exception