@ConfigurationProperties(prefix="spring.groovy.template", ignoreUnknownFields=true) public class GroovyTemplateProperties extends AbstractTemplateViewResolverProperties
ConfigurationProperties
for configuring Groovy templates.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE |
static String |
DEFAULT_RESOURCE_LOADER_PATH |
static String |
DEFAULT_SUFFIX |
Constructor and Description |
---|
GroovyTemplateProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getResourceLoaderPath() |
void |
setResourceLoaderPath(String resourceLoaderPath) |
applyToViewResolver, getPrefix, getRequestContextAttribute, getSuffix, isAllowRequestOverride, isAllowSessionOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffix
getCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNames
public static final String DEFAULT_RESOURCE_LOADER_PATH
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public static final String DEFAULT_REQUEST_CONTEXT_ATTRIBUTE
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.