Class |
Description |
AbstractGrailsControllerUrlMappings
|
A UrlMappingsHolder implementation that matches URLs directly onto controller instances - Authors:
- Graeme Rocher
- Since:
- 3.0
|
AbstractGrailsControllerUrlMappings.ControllerKey
|
|
GrailsControllerUrlMappingInfo
|
A UrlMappingInfo that holds a reference to the controller to be executed - Since:
- 3.0
|
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 - Since:
- 3.0
|
UrlMappingsHandlerMapping.ErrorHandlingHandler
|
|
UrlMappingsInfoHandlerAdapter
|
A HandlerAdapter that takes a matched UrlMappingInfo and executes the underlying controller producing an appropriate model - Authors:
- Graeme Rocher
- Since:
- 3.0
|