@ConfigurationProperties(prefix="spring.freemarker") public class FreeMarkerProperties extends AbstractTemplateViewResolverProperties
ConfigurationProperties for configuring FreeMarker| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
static String |
DEFAULT_TEMPLATE_LOADER_PATH |
| Constructor and Description |
|---|
FreeMarkerProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getSettings() |
String[] |
getTemplateLoaderPath() |
void |
setSettings(Map<String,String> settings) |
void |
setTemplateLoaderPath(String... templateLoaderPaths) |
applyToViewResolver, getPrefix, getRequestContextAttribute, getSuffix, isAllowRequestOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffixgetCharset, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNamespublic static final String DEFAULT_TEMPLATE_LOADER_PATH
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.