类 ThymeleafProperties
java.lang.Object
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
Properties for Thymeleaf.
- 从以下版本开始:
- 1.2.0
- 作者:
- Stephane Nicoll, Brian Clozel, Daniel Fernández, Kazuki Shimizu
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]
getMode()
String[]
boolean
isCache()
boolean
boolean
boolean
boolean
boolean
void
setCache
(boolean cache) void
setCheckTemplate
(boolean checkTemplate) void
setCheckTemplateLocation
(boolean checkTemplateLocation) void
setEnabled
(boolean enabled) void
setEnableSpringElCompiler
(boolean enableSpringElCompiler) void
setEncoding
(Charset encoding) void
setExcludedViewNames
(String[] excludedViewNames) void
void
void
setRenderHiddenMarkersBeforeCheckboxes
(boolean renderHiddenMarkersBeforeCheckboxes) void
void
setTemplateResolverOrder
(Integer templateResolverOrder) void
setViewNames
(String[] viewNames)
-
字段详细资料
-
DEFAULT_PREFIX
- 另请参阅:
-
DEFAULT_SUFFIX
- 另请参阅:
-
-
构造器详细资料
-
ThymeleafProperties
public ThymeleafProperties()
-
-
方法详细资料
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isCheckTemplate
public boolean isCheckTemplate() -
setCheckTemplate
public void setCheckTemplate(boolean checkTemplate) -
isCheckTemplateLocation
public boolean isCheckTemplateLocation() -
setCheckTemplateLocation
public void setCheckTemplateLocation(boolean checkTemplateLocation) -
getPrefix
-
setPrefix
-
getSuffix
-
setSuffix
-
getMode
-
setMode
-
getEncoding
-
setEncoding
-
isCache
public boolean isCache() -
setCache
public void setCache(boolean cache) -
getTemplateResolverOrder
-
setTemplateResolverOrder
-
getExcludedViewNames
-
setExcludedViewNames
-
getViewNames
-
setViewNames
-
isEnableSpringElCompiler
public boolean isEnableSpringElCompiler() -
setEnableSpringElCompiler
public void setEnableSpringElCompiler(boolean enableSpringElCompiler) -
isRenderHiddenMarkersBeforeCheckboxes
public boolean isRenderHiddenMarkersBeforeCheckboxes() -
setRenderHiddenMarkersBeforeCheckboxes
public void setRenderHiddenMarkersBeforeCheckboxes(boolean renderHiddenMarkersBeforeCheckboxes) -
getReactive
-
getServlet
-