@ConditionalOnClass(value={javax.servlet.jsp.tagext.JspTag.class,org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolverImpl.class})
@Configuration
protected static class GspAutoConfiguration.GspJspIntegrationConfiguration
extends java.lang.Object
implements org.springframework.context.EnvironmentAware
| Modifier | Constructor and Description |
|---|---|
protected |
GspJspIntegrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Properties |
createDefaultProperties() |
org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolverImpl |
jspTagLibraryResolver() |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
@Bean(autowire=BY_NAME) public org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolverImpl jspTagLibraryResolver()
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwareprotected java.util.Properties createDefaultProperties()