Class Summary |
AuthorizeAction |
Determine if the action is authorized for the given roles. |
CreateAction |
Concrete implementation of AbstractCreateAction for use in
a Servlet API chain. |
ExceptionHandler |
Handle the specified exception. |
ExecuteAction |
Invoke the appropriate Action for this request, and cache
the returned ActionForward . |
PerformForward |
Perform forwarding or redirection based on the specified
ForwardConfig (if any). |
PerformInclude |
Perform forwarding or redirection based on the specified include uri (if
any). |
PopulateActionForm |
Populate the form bean (if any) for this request. |
RequestNoCache |
Check to see if the controller is configured to prevent caching, and if
so, set the no cache HTTP response headers. |
SelectAction |
Cache the ActionConfig instance for the action to be used
for processing this request. |
SelectForward |
Create and return a ForwardConfig representing the
specified module-relative destination. |
SelectInput |
Validate the properties of the form bean for this request. |
SelectLocale |
Select the Locale to be used for this request. |
SelectModule |
Cache the ModuleConfig and MessageResources
instances for the sub-application module to be used for processing this
request. |
SetContentType |
Check to see if the content type is set, and if so, set it for this
response. |
SetOriginalURI |
Set the servlet path. |
ValidateActionForm |
Validate the properties of the form bean for this request. |