| Classes | |
|---|---|
| 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 |
| AbstractPerformForward | Perform forwarding or redirection based on the specified
|
| AbstractPerformInclude | Perform forwarding or redirection based on the specified
|
| 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 |
| AbstractSelectForward | Select and cache the |
| AbstractSelectInput | Select and cache a |
| AbstractSelectLocale | Select the |
| AbstractSelectModule | Cache the |
| 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 |
| CreateActionForm | Create (if necessary) and cache a form bean for this request. |
| ExceptionCatcher | Intercept any exception thrown by a subsequent |
| SelectInclude | Select and cache the include for this
|
| Exceptions | |
|---|---|
| UnauthorizedActionException | Exception thrown when the chosen action mapping is not authorized for the current request. |