| Interface | Description |
|---|---|
| LinkGenerator |
Generates links for a Grails application based on URL mapping rules and/or base context settings.
|
| 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
|
| UrlMappingsHolder |
Main entry point of Grails URL mapping mechanism.
|
| 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.
|
| 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 |