@ConfigurationProperties(prefix="spring.mustache") public class MustacheProperties extends AbstractTemplateViewResolverProperties
@ConfigurationProperties for Mustache.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PREFIX |
static java.lang.String |
DEFAULT_SUFFIX |
| Constructor and Description |
|---|
MustacheProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix() |
java.lang.String |
getSuffix() |
void |
setPrefix(java.lang.String prefix) |
void |
setSuffix(java.lang.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 java.lang.String DEFAULT_PREFIX
public static final java.lang.String DEFAULT_SUFFIX
public java.lang.String getPrefix()
getPrefix in class AbstractTemplateViewResolverPropertiespublic void setPrefix(java.lang.String prefix)
setPrefix in class AbstractTemplateViewResolverPropertiespublic java.lang.String getSuffix()
getSuffix in class AbstractTemplateViewResolverPropertiespublic void setSuffix(java.lang.String suffix)
setSuffix in class AbstractTemplateViewResolverProperties