| 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
|
|
|
UrlMappingsHandlerMapping.ObservationRouteHandler
|
Sets the HTTP server observation's route from the matched controller/action, so the
http.server.requests uri tag is a low-cardinality route (e.g. |
|
UrlMappingsInfoHandlerAdapter
|
A HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model |