Uses of Class
com.taggercat.controller.ActionMapping

Packages that use ActionMapping
com.taggercat.controller Tagger Cat's Controller package 
 

Uses of ActionMapping in com.taggercat.controller
 

Subclasses of ActionMapping in com.taggercat.controller
 class ELActionMapping
          This class represents an action (RequestHandler) mapped into the controller using a Tagger Cat El Expression match.
 class NamedActionActionMapping
          This class represents an action (RequestHandler) mapped into the controller using action names.
 class QueryStringActionMapping
          This class represents an action (RequestHandler) mapped into the controller using a query string regular expression match.
 class URIActionMapping
          This class represents an action (RequestHandler) mapped into the controller using a URI regular expression match.
 class URIPatternActionMapping
          This class represents an action (RequestHandler) mapped into the controller using a URI Patterns match.
 

Methods in com.taggercat.controller with parameters of type ActionMapping
 int ActionMapping.compareTo(ActionMapping other)