@ConfigurationProperties(prefix="spring.thymeleaf")
public class ThymeleafProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThymeleafProperties.Reactive |
static class |
ThymeleafProperties.Servlet |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PREFIX |
static java.lang.String |
DEFAULT_SUFFIX |
| Constructor and Description |
|---|
ThymeleafProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
getEncoding() |
java.lang.String[] |
getExcludedViewNames() |
java.lang.String |
getMode() |
java.lang.String |
getPrefix() |
ThymeleafProperties.Reactive |
getReactive() |
ThymeleafProperties.Servlet |
getServlet() |
java.lang.String |
getSuffix() |
java.lang.Integer |
getTemplateResolverOrder() |
java.lang.String[] |
getViewNames() |
boolean |
isCache() |
boolean |
isCheckTemplate() |
boolean |
isCheckTemplateLocation() |
boolean |
isEnabled() |
boolean |
isEnableSpringElCompiler() |
boolean |
isRenderHiddenMarkersBeforeCheckboxes() |
void |
setCache(boolean cache) |
void |
setCheckTemplate(boolean checkTemplate) |
void |
setCheckTemplateLocation(boolean checkTemplateLocation) |
void |
setEnabled(boolean enabled) |
void |
setEnableSpringElCompiler(boolean enableSpringElCompiler) |
void |
setEncoding(java.nio.charset.Charset encoding) |
void |
setExcludedViewNames(java.lang.String[] excludedViewNames) |
void |
setMode(java.lang.String mode) |
void |
setPrefix(java.lang.String prefix) |
void |
setRenderHiddenMarkersBeforeCheckboxes(boolean renderHiddenMarkersBeforeCheckboxes) |
void |
setSuffix(java.lang.String suffix) |
void |
setTemplateResolverOrder(java.lang.Integer templateResolverOrder) |
void |
setViewNames(java.lang.String[] viewNames) |
public static final java.lang.String DEFAULT_PREFIX
public static final java.lang.String DEFAULT_SUFFIX
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isCheckTemplate()
public void setCheckTemplate(boolean checkTemplate)
public boolean isCheckTemplateLocation()
public void setCheckTemplateLocation(boolean checkTemplateLocation)
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
public java.lang.String getMode()
public void setMode(java.lang.String mode)
public java.nio.charset.Charset getEncoding()
public void setEncoding(java.nio.charset.Charset encoding)
public boolean isCache()
public void setCache(boolean cache)
public java.lang.Integer getTemplateResolverOrder()
public void setTemplateResolverOrder(java.lang.Integer templateResolverOrder)
public java.lang.String[] getExcludedViewNames()
public void setExcludedViewNames(java.lang.String[] excludedViewNames)
public java.lang.String[] getViewNames()
public void setViewNames(java.lang.String[] viewNames)
public boolean isEnableSpringElCompiler()
public void setEnableSpringElCompiler(boolean enableSpringElCompiler)
public boolean isRenderHiddenMarkersBeforeCheckboxes()
public void setRenderHiddenMarkersBeforeCheckboxes(boolean renderHiddenMarkersBeforeCheckboxes)
public ThymeleafProperties.Reactive getReactive()
public ThymeleafProperties.Servlet getServlet()