Uses of Package
org.apache.struts.chain.commands
Package
Description
Configurable commands that may be placed within the
request processor.
Contains generic commands.
Commands which are particular to servlet processing.
-
ClassDescriptionMarks a commons-chain
Command
which expects to operate upon a StrutsActionContext
.Simple abstract class which logs theActionCommand
-class when executed.Invoke the appropriateCommand
for this request. -
ClassDescriptionMarks a commons-chain
Command
which expects to operate upon a StrutsActionContext
.Simple abstract class which logs theActionCommand
-class when executed. -
ClassDescriptionDetermine whether the requested action is authorized for the current user.Create (if necessary) and cache an
Action
for this request.Invoke the local or global exception handler configured for the exception class that occurred.Invoke the appropriateAction
for this request, and cache the returnedActionForward
.Perform forwarding or redirection based on the specifiedForwardConfig
(if any).Perform forwarding or redirection based on the specifiedString
(if any).Populate the form bean (if any) for this request.Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.Cache theActionConfig
instance for the action to be used for processing this request.Select and cache theActionForward
for thisActionConfig
if specified.Select and cache aForwardConfig
that returns us to the input page for the current action, if any.Select theLocale
to be used for this request.Cache theModuleConfig
andMessageResources
instances for the sub-application module to be used for processing this request.Check to see if the content type is set, and if so, set it for this response.Check to original uri is set, and if not, set it for this request.Validate the properties of the form bean for this request.Marks a commons-chainCommand
which expects to operate upon a StrutsActionContext
.Simple abstract class which logs theActionCommand
-class when executed.