@ConfigurationProperties(prefix="spring.mustache") public class MustacheProperties extends AbstractTemplateViewResolverProperties
@ConfigurationProperties for Mustache.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
| Constructor and Description |
|---|
MustacheProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
String |
getSuffix() |
void |
setPrefix(String prefix) |
void |
setSuffix(String suffix) |
applyToMvcViewResolver, getRequestContextAttribute, isAllowRequestOverride, isAllowSessionOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setRequestContextAttributegetCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNamespublic static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public String getPrefix()
getPrefix in class AbstractTemplateViewResolverPropertiespublic void setPrefix(String prefix)
setPrefix in class AbstractTemplateViewResolverPropertiespublic String getSuffix()
getSuffix in class AbstractTemplateViewResolverPropertiespublic void setSuffix(String suffix)
setSuffix in class AbstractTemplateViewResolverPropertiesCopyright © 2019 Pivotal Software, Inc.. All rights reserved.