Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- applyToMvcViewResolver(Object) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
-
Apply the given properties to a
AbstractTemplateViewResolver.
D
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
G
- getAutoIndentString() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getBaseTemplateClass() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getCharset() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getCharsetName() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getContentType() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getDeclarationEncoding() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getLoaderPath() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
- getLocale() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getNewLineString() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getPrefix() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getRequestContextAttribute() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getResourceLoaderPath() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
- getResourceLoaderPath() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getSuffix() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- getViewNames() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- GroovyTemplateAutoConfiguration - Class in org.springframework.boot.groovy.template.autoconfigure
-
Auto-configuration support for Groovy templates in MVC.
- GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateAutoConfiguration
- GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.groovy.template.autoconfigure
-
TemplateAvailabilityProviderthat provides availability information for Groovy view templates. - GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateAvailabilityProvider
- GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties - Class in org.springframework.boot.groovy.template.autoconfigure
- GroovyTemplateProperties - Class in org.springframework.boot.groovy.template.autoconfigure
-
@ConfigurationPropertiesfor configuring Groovy templates. - GroovyTemplateProperties() - Constructor for class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
I
- isAllowRequestOverride() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAllowSessionOverride() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoEscape() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoIndent() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoNewLine() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isCache() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isCheckTemplateLocation() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExpandEmptyElements() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeRequestAttributes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeSessionAttributes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isUseDoubleQuotes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
O
- org.springframework.boot.groovy.template.autoconfigure - package org.springframework.boot.groovy.template.autoconfigure
-
Auto-configuration for Groovy templates.
S
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setAutoEscape(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setAutoIndent(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setAutoIndentString(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setAutoNewLine(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setBaseTemplateClass(Class) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setCache(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setCharset(Charset) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setContentType(MimeType) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setDeclarationEncoding(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setExpandEmptyElements(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setLocale(Locale) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setNewLineString(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setPrefix(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setRequestContextAttribute(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setResourceLoaderPath(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setResourceLoaderPath(List) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
- setSuffix(String) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setUseDoubleQuotes(boolean) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- setViewNames(String[]) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
All Classes and Interfaces|All Packages|Constant Field Values