Class ThymeleafProperties
java.lang.Object
org.springframework.boot.thymeleaf.autoconfigure.ThymeleafProperties
Properties for Thymeleaf.
- Since:
- 4.0.0
- Author:
- Stephane Nicoll, Brian Clozel, Daniel Fernández, Kazuki Shimizu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString @Nullable []getMode()@Nullable IntegerString @Nullable []booleanisCache()booleanbooleanbooleanbooleanvoidsetCache(boolean cache) voidsetCheckTemplate(boolean checkTemplate) voidsetCheckTemplateLocation(boolean checkTemplateLocation) voidsetEnableSpringElCompiler(boolean enableSpringElCompiler) voidsetEncoding(Charset encoding) voidsetExcludedViewNames(String @Nullable [] excludedViewNames) voidvoidvoidsetRenderHiddenMarkersBeforeCheckboxes(boolean renderHiddenMarkersBeforeCheckboxes) voidvoidsetTemplateResolverOrder(@Nullable Integer templateResolverOrder) voidsetViewNames(String @Nullable [] viewNames)
-
Field Details
-
DEFAULT_PREFIX
- See Also:
-
DEFAULT_SUFFIX
- See Also:
-
-
Constructor Details
-
ThymeleafProperties
public ThymeleafProperties()
-
-
Method Details
-
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
-