Package com.taggercat.controller

Tagger Cat's Controller package

See:
          Description

Interface Summary
RedirectResolver This interface is used to generate redirect URIs for post requests where we have a known response page that we want to redirect to.
RequestController The RequestController provides the RequestHandlers lookup and controller services to the application.
 

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.
 

Enum Summary
ViewType  
 

Package com.taggercat.controller Description

Tagger Cat's Controller package