|
Class Summary |
| ACH |
ACH (ActionContextHolder) class holds a current action context object. |
| ActionContext |
ActionContext class holds context data in different scopes. |
| ActionControl |
ActionControl class serves as a helper class for all controller classes. |
| ActionProperties |
ActionProperties contains infomation for action execution. |
| ActionResult |
ActionResult class contains keys, tags and convenient methods for decorating
a result. |
| ActionValidators |
ActionValidators contains validation methods to validate inputs to a controller. |
| AppActionContext |
AppActionContext class holds context data for current non-web request. |
| BaseRequestProcessor |
BaseRequestProcessor contains the processing logic that
the MainActionServlet performs as it receives each servlet request
from the container. |
| ContentHandlerFactory |
ContentHandlerFactory creates a content handler. |
| ContentHandlerHelper |
ContentHandlerHelper provides helper methods for content handlers. |
| ControllerFactory |
ControllerFactory manages instances of controller classes. |
| DefaultContentHandler |
DefaultContentHandler is responsible for handling content of a request
format when the specific handler for the format is not available. |
| Flash |
Flash class contains all flash related methods. |
| FlashMessage |
FlashMessage contains information for the next request only. |
| MainActionServlet |
MainActionServlet class |
| RestfulRequestProcessor |
RestfulRequestProcessor contains the processing logic that
the MainActionServlet performs as it receives each servlet request
from the container. |
| ScooterRequestFilter |
ScooterRequestFilter can be attached to either an individual servlet
or to a URL pattern. |
| StringTemplateHandler |
StringTemplateHandler handles StringTemplate templates. |
| TemplateHandlerFactory |
TemplateHandlerFactory creates a template handler. |
| UploadFile |
UploadFile represents a file uploaded. |
| WebActionContext |
WebActionContext class holds context data for current web request. |