@ConfigurationProperties(prefix="spring.groovy.template", ignoreUnknownFields=false) public class GroovyTemplateProperties extends AbstractViewResolverProperties
ConfigurationProperties
for configuring Groovy templates.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
Constructor and Description |
---|
GroovyTemplateProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfiguration() |
String |
getPrefix() |
String |
getSuffix() |
void |
setConfiguration(Map<String,Object> configuration) |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
getCharset, getCharSet, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCharSet, setCheckTemplateLocation, setContentType, setEnabled, setViewNames
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.