Class MustacheProperties
java.lang.Object
org.springframework.boot.autoconfigure.mustache.MustacheProperties
@ConfigurationProperties
for Mustache.- Since:
- 1.2.2
- Author:
- Dave Syer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
boolean
void
setCharset
(Charset charset) void
setCheckTemplateLocation
(boolean checkTemplateLocation) void
setEnabled
(boolean enabled) void
void
setRequestContextAttribute
(String requestContextAttribute) void
void
setViewNames
(String[] viewNames)
-
Field Details
-
DEFAULT_PREFIX
- See Also:
-
DEFAULT_SUFFIX
- See Also:
-
-
Constructor Details
-
MustacheProperties
public MustacheProperties()
-
-
Method Details
-
getServlet
-
getReactive
-
getPrefix
-
setPrefix
-
getSuffix
-
setSuffix
-
getViewNames
-
setViewNames
-
getRequestContextAttribute
-
setRequestContextAttribute
-
getCharset
-
getCharsetName
-
setCharset
-
isCheckTemplateLocation
public boolean isCheckTemplateLocation() -
setCheckTemplateLocation
public void setCheckTemplateLocation(boolean checkTemplateLocation) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-