Package | Description |
---|---|
org.apache.struts.chain.commands |
Configurable commands
that may be placed within the request processor.
|
org.apache.struts.chain.commands.generic |
Contains generic commands.
|
org.apache.struts.chain.commands.servlet |
Commands which are particular to servlet processing.
|
Class and Description |
---|
ActionCommand
Marks a commons-chain
Command which expects to operate upon
a Struts ActionContext . |
ActionCommandBase
Simple abstract class which avoids frequent casting to
ActionContext in commands explicitly intended for use with
that class. |
ExecuteCommand
Invoke the appropriate
Command for this request. |
Class and Description |
---|
ActionCommand
Marks a commons-chain
Command which expects to operate upon
a Struts ActionContext . |
ActionCommandBase
Simple abstract class which avoids frequent casting to
ActionContext in commands explicitly intended for use with
that class. |
Class and Description |
---|
AbstractAuthorizeAction
Determine whether the requested action is authorized for the current
user.
|
AbstractCreateAction
Create (if necessary) and cache an
Action for this
request. |
AbstractExceptionHandler
Invoke the local or global exception handler configured for the
exception class that occurred.
|
AbstractExecuteAction
Invoke the appropriate
Action for this request, and cache
the returned ActionForward . |
AbstractPerformForward
Perform forwarding or redirection based on the specified
ForwardConfig (if any). |
AbstractPerformInclude
Perform forwarding or redirection based on the specified
String (if any). |
AbstractPopulateActionForm
Populate the form bean (if any) for this request.
|
AbstractRequestNoCache
Check to see if the controller is configured to prevent caching, and if
so, request no cache flags to be set.
|
AbstractSelectAction
Cache the
ActionConfig instance for the action to be used
for processing this request. |
AbstractSelectForward
Select and cache the
ActionForward for this
ActionConfig if specified. |
AbstractSelectInput
Select and cache a
ForwardConfig that returns us to the
input page for the current action, if any. |
AbstractSelectLocale
Select the
Locale to be used for this request. |
AbstractSelectModule
Cache the
ModuleConfig and MessageResources
instances for the sub-application module to be used for processing this
request. |
AbstractSetContentType
Check to see if the content type is set, and if so, set it for this
response.
|
AbstractSetOriginalURI
Check to original uri is set, and if not, set it for this request.
|
AbstractValidateActionForm
Validate the properties of the form bean for this request.
|
ActionCommand
Marks a commons-chain
Command which expects to operate upon
a Struts ActionContext . |
ActionCommandBase
Simple abstract class which avoids frequent casting to
ActionContext in commands explicitly intended for use with
that class. |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.