All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractUrlMapping Abstract UrlMapping implementation that provides common basic functionality.AbstractUrlMappingInfo Abstract super class providing pass functionality for configuring a UrlMappingInfo.CachingLinkGenerator A link generator that uses a LRU cache to cache generated links.CannotRedirectException Thrown when the request cannot be redirected.DefaultUrlCreator The default implementation of the UrlCreator interface that constructs URLs in Grails default pattern of /controllerName/actionName/id.DefaultUrlMappingData Default implementating of the UrlMappingData interface.DefaultUrlMappingEvaluator A UrlMapping evaluator that evaluates Groovy scripts that are in the form:DefaultUrlMappingInfo Holds information established from a matched URL.DefaultUrlMappingParser A simple implementation of the UrlMappingParser interface.DefaultUrlMappingsHolder Default implementation of the UrlMappingsHolder interface that takes a list of mappings and then sorts them according to their precedence rules as defined in the implementation of Comparable.GrailsControllerUrlMappings AUrlMappingsimplementation that matches URLs directly onto controller instancesLinkGenerator Generates links for a Grails application based on URL mapping rules and/or base context settings.RedirectEventListener Listener interface that gets fired when the redirect(..) method is calledRegexUrlMapping A UrlMapping implementation that takes a Grails URL pattern and turns it into a regex matcher so that URLs can be matched and information captured from the match.ResponseCodeMappingData A mapping data for response codes (numbers)ResponseCodeUrlMapping A Url mapping for http response codes.UrlCreator Creates URL patterns as Strings.UrlCreatorCache Implements caching layer for UrlCreator The "weight" of the cache is the estimated number of characters all cache entries will consume in memory.UrlCreatorCache.ReverseMappingKey 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 forthUrlMappingEvaluator Evaluates URL mapping from the given Spring Resource or class.UrlMappingException Thrown when an error occurs evaluating an URL mapping.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 mappingUrlMappings Interface that allows access to all defined URL mappings and registration of new mappings at runtimeUrlMappingsHolder Main entry point of Grails URL mapping mechanism.UrlMappingsHolderFactoryBean Constructs the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.UrlMappingUtils Utility methods for working with UrlMappings