@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, setRequestContextAttribute
getCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNames
public static final String DEFAULT_PREFIX
public static final String DEFAULT_SUFFIX
public String getPrefix()
getPrefix
in class AbstractTemplateViewResolverProperties
public void setPrefix(String prefix)
setPrefix
in class AbstractTemplateViewResolverProperties
public String getSuffix()
getSuffix
in class AbstractTemplateViewResolverProperties
public void setSuffix(String suffix)
setSuffix
in class AbstractTemplateViewResolverProperties