| Class |
Description |
|
ControllersAutoConfiguration
|
|
|
ControllersGrailsPlugin
|
Handles the configuration of controllers for Grails. |
|
DefaultControllerExceptionHandlerMetaData
|
Represents meta data which describes an exception handling method
in a controller |
|
GrailsFormContentFilterAutoConfiguration
|
Guarantees a FormContentFilter for every Grails servlet web application, so
application/x-www-form-urlencoded bodies of PUT, PATCH and DELETE
requests are parsed into request parameters and are visible through the standard
request.getParameter(...) |
|
GrailsFormContentFilterAutoConfiguration.FormContentParsingDisabledWarning
|
Marker bean whose creation emits the startup warning above; present only when the form-content
filter has been explicitly disabled. |
|
GrailsViewResolverAutoConfiguration
|
Without the auto-injected @EnableWebMvc, Spring Boot's
WebMvcAutoConfiguration is active and contributes a defaultViewResolver
(InternalResourceViewResolver). |
|
GrailsWebResourcesEnvironmentPostProcessor
|
Defaults spring.web.resources.add-mappings to false for Grails servlet web
applications. |
|
GrailsWelcomePageAutoConfiguration
|
Without the auto-injected @EnableWebMvc, Spring Boot's
WebMvcAutoConfiguration is active and contributes a welcomePageHandlerMapping
(and a welcomePageNotAcceptableHandlerMapping) that maps the root path ('/') to a static
index.html found under classpath:/META-INF/resources/, classpath:/resources/,
classpath:/static/ or classpath:/public/. |