| Class | Description | 
|---|---|
| AbstractGrailsControllerUrlMappings | A UrlMappingsHolder implementation that matches URLs directly onto controller instances | 
| AbstractGrailsControllerUrlMappings.ControllerKey | |
| GrailsControllerUrlMappingInfo | A UrlMappingInfo that holds a reference to the controller to be executed | 
| GrailsControllerUrlMappings | A UrlMappings implementation that matches URLs directly onto controller instances | 
| UrlMappingsHandlerMapping | Spring MVC org.springframework.web.servlet.HandlerMapping to match requests onto Grails controllers | 
| UrlMappingsHandlerMapping.ErrorHandlingHandler | |
| UrlMappingsInfoHandlerAdapter | A org.springframework.web.servlet.HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model |