Package org.apache.struts.chain.commands
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
Marks a commons-chain
Command
which expects to operate upon a Struts
ActionContext
.-
Field Summary
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
-
Method Summary
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ActionContext>
- Parameters:
actionContext
- TheContext
for the current request- Returns:
- TRUE if processing should halt
- Throws:
Exception
- On any error
-