|
Class Summary |
| AbstractAuthorizeAction |
Determine whether the requested action is authorized for the current
user. |
| 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. |
| AbstractValidateActionForm |
Validate the properties of the form bean for this request. |
| Constants |
Global constants for the Chain of Responsibility Library. |
| CreateAction |
Create (if necessary) and cache an Action for this request. |
| CreateActionForm |
Create (if necessary) and cache a form bean for this request. |
| ExceptionCatcher |
Intercept any exception thrown by a subsequent Command
in this processing chain, and fire the configured exception handler chain
after storing the exception that has occurred into the Context. |
| SelectInclude |
Select and cache the include for this
ActionConfig if specified. |