@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 templateLoaderPath) |
applyToViewResolver, getCharSet, getContentType, getPrefix, getRequestContextAttribute, getSuffix, getViewNames, isAllowRequestOverride, isCache, isCheckTemplateLocation, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setCache, setCharSet, setCheckTemplateLocation, setContentType, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffix, setViewNamespublic static final String DEFAULT_TEMPLATE_LOADER_PATH
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.