Class GroovyTemplateProperties
java.lang.Object
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
@ConfigurationProperties(prefix="spring.groovy.template",
ignoreUnknownFields=true)
public class GroovyTemplateProperties
extends AbstractTemplateViewResolverProperties
@ConfigurationProperties
for configuring Groovy
templates.- Since:
- 1.1.0
- Author:
- Dave Syer, Marten Deinum
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
applyToMvcViewResolver, getPrefix, getRequestContextAttribute, getSuffix, isAllowRequestOverride, isAllowSessionOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffix
Methods inherited from class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
getCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNames
-
Field Details
-
DEFAULT_RESOURCE_LOADER_PATH
- See Also:
-
DEFAULT_PREFIX
- See Also:
-
DEFAULT_SUFFIX
- See Also:
-
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
GroovyTemplateProperties
public GroovyTemplateProperties()
-
-
Method Details
-
getResourceLoaderPath
-
setResourceLoaderPath
-