|
Interface Summary |
| 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. |