@ConfigurationProperties(prefix="spring.groovy.template", ignoreUnknownFields=true) 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 |
|---|---|
String |
getPrefix() |
String |
getSuffix() |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
getCharset, getCharSet, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCharSet, setCheckTemplateLocation, setContentType, setEnabled, setViewNamespublic static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.