Uses of Package
org.codehaus.groovy.grails.web.mapping

Packages that use org.codehaus.groovy.grails.web.mapping
org.codehaus.groovy.grails.web.mapping   
org.codehaus.groovy.grails.web.util   
 

Classes in org.codehaus.groovy.grails.web.mapping used by org.codehaus.groovy.grails.web.mapping
AbstractUrlMapping
          Abstract UrlMapping implementation that provides common basic functionality.
AbstractUrlMappingInfo
          Abstract super class providing pass functionality for configuring a UrlMappingInfo.
DefaultUrlMappingsHolder.UrlMappingKey
          A class used as a key to lookup a UrlMapping based on controller, action and parameter names
DefaultUrlMappingsHolder.UrlMappingsListKey
          A class used as a key to lookup a all UrlMappings based on only controller and action.
UrlCreator
          Creates URL patterns as Strings.
UrlMapping
          Defines a URL mapping.
UrlMappingData
          Holds information about a parsed URL such as the tokens that make up the URL, The URLs (plural) that the UrLMapping logically maps to and so forth
UrlMappingEvaluator
          Evaluates URL mapping from the given Spring Resource or class.
UrlMappingInfo
          Defines that data that was produced when matching a URI with a UrlMapping instance.
UrlMappingParser
          Parses a Grails URL mapping into a UrlMappingData object that holds various information about the mapping A Grails URL pattern is not a regex, but is an extension to the form defined by Apache Ant and used by Spring AntPathMatcher.
UrlMappingsHolder
          Main entry point of Grails URL mapping mechanism.
 

Classes in org.codehaus.groovy.grails.web.mapping used by org.codehaus.groovy.grails.web.util
UrlMappingInfo
          Defines that data that was produced when matching a URI with a UrlMapping instance.
UrlMappingsHolder
          Main entry point of Grails URL mapping mechanism.