类 MustacheProperties
java.lang.Object
org.springframework.boot.autoconfigure.mustache.MustacheProperties
@ConfigurationProperties
for Mustache.- 从以下版本开始:
- 1.2.2
- 作者:
- Dave Syer
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]
boolean
boolean
void
setCharset
(Charset charset) void
setCheckTemplateLocation
(boolean checkTemplateLocation) void
setEnabled
(boolean enabled) void
void
setRequestContextAttribute
(String requestContextAttribute) void
void
setViewNames
(String[] viewNames)
-
字段详细资料
-
DEFAULT_PREFIX
- 另请参阅:
-
DEFAULT_SUFFIX
- 另请参阅:
-
-
构造器详细资料
-
MustacheProperties
public MustacheProperties()
-
-
方法详细资料
-
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)
-