|
Class Summary |
| AbstractRequestController |
This class is an abstract implementation of the RequestController interface. |
| ActionMapping |
The base class for mapping Actions to Request Handlers. |
| ActionNameReader |
This class is used to read the the action names assigned to request handlers
that are specified using annotations. |
| DefaultRequestController |
This is TaggerCat's default RequestController. |
| ELActionMapping |
This class represents an action (RequestHandler) mapped into the controller
using a Tagger Cat El Expression match. |
| FlashScope |
This class is used to save the request state into our Flash Scope. |
| NamedActionActionMapping |
This class represents an action (RequestHandler) mapped into the controller
using action names. |
| QueryStringActionMapping |
This class represents an action (RequestHandler) mapped into the controller
using a query string regular expression match. |
| RequestHandlerChain |
This class represents the chain of request handlers. |
| Servlet |
This is a basic Tagger Cat Servlet that is the entry point to the controller. |
| URIActionMapping |
This class represents an action (RequestHandler) mapped into the controller
using a URI regular expression match. |
| URIPatternActionMapping |
This class represents an action (RequestHandler) mapped into the controller
using a URI Patterns match. |
| URIRedirectResolver |
This is the standard Redirect Resolver. |