@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() |
boolean |
isPreferFileSystemAccess() |
void |
setPreferFileSystemAccess(boolean preferFileSystemAccess) |
void |
setSettings(Map<String,String> settings) |
void |
setTemplateLoaderPath(String... templateLoaderPaths) |
applyToMvcViewResolver, 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_TEMPLATE_LOADER_PATH
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public String[] getTemplateLoaderPath()
public boolean isPreferFileSystemAccess()
public void setPreferFileSystemAccess(boolean preferFileSystemAccess)
public void setTemplateLoaderPath(String... templateLoaderPaths)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.