@ConfigurationProperties(prefix="spring.groovy.template",
ignoreUnknownFields=true)
public class GroovyTemplateProperties
extends AbstractTemplateViewResolverProperties
@ConfigurationProperties for configuring Groovy
templates.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PREFIX |
static java.lang.String |
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE |
static java.lang.String |
DEFAULT_RESOURCE_LOADER_PATH |
static java.lang.String |
DEFAULT_SUFFIX |
| Constructor and Description |
|---|
GroovyTemplateProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceLoaderPath() |
void |
setResourceLoaderPath(java.lang.String resourceLoaderPath) |
applyToMvcViewResolver, getPrefix, getRequestContextAttribute, getSuffix, isAllowRequestOverride, isAllowSessionOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffixgetCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNamespublic static final java.lang.String DEFAULT_RESOURCE_LOADER_PATH
public static final java.lang.String DEFAULT_PREFIX
public static final java.lang.String DEFAULT_SUFFIX
public static final java.lang.String DEFAULT_REQUEST_CONTEXT_ATTRIBUTE