| Class | Description |
|---|---|
| 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.
|
| RegexUrlMapping |
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.
|
| UrlMappingsHolderFactoryBean |
Constructs the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.
|