Interface ActionCommand

All Superinterfaces:
Command<ActionContext>
All Known Implementing Classes:
AbstractAuthorizeAction, AbstractCreateAction, AbstractExceptionHandler, AbstractExecuteAction, AbstractPerformForward, AbstractPerformInclude, AbstractPopulateActionForm, AbstractRequestNoCache, AbstractSelectAction, AbstractSelectForward, AbstractSelectInput, AbstractSelectLocale, AbstractSelectModule, AbstractSetContentType, AbstractSetOriginalURI, AbstractValidateActionForm, ActionCommandBase, ActionPostProcess, AuthorizeAction, CacheMessages, CopyFormToContext, CreateAction, CreateActionForm, ExceptionCatcher, ExceptionHandler, ExecuteAction, ExecuteCommand, ExecuteDispatcher, ExecuteForwardCommand, PerformForward, PerformInclude, PopulateActionForm, RemoveCachedMessages, RequestNoCache, SelectAction, SelectForward, SelectInclude, SelectInput, SelectLocale, SelectModule, SetContentType, SetOriginalURI, ValidateActionForm

public interface ActionCommand extends Command<ActionContext>
Marks a commons-chain Command which expects to operate upon a Struts ActionContext.