public class GrailsSiteMeshViewResolverBeanPostProcessor extends SiteMeshViewResolverBeanPostProcessor
SiteMeshViewResolverBeanPostProcessor preconfigured to wrap
Grails' gspViewResolver bean with a
GrailsSiteMeshViewResolver.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
TARGET_VIEW_RESOLVER_BEAN_NAME |
The primary GSP view resolver bean name in Grails. |
| Constructor and description |
|---|
GrailsSiteMeshViewResolverBeanPostProcessor() |
The primary GSP view resolver bean name in Grails. The historical
name jspViewResolver is kept for compatibility with the
plugin's GroovyPagesPostProcessor, which registers the GSP
resolver under that name when it isn't already present (see
org.grails.plugins.web.GroovyPagesPostProcessor). The
modern GspAutoConfiguration.gspViewResolver() bean is
aliased to this name too when it fires.