@ConfigurationProperties(prefix="spring.thymeleaf") public class ThymeleafProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThymeleafProperties.Reactive |
static class |
ThymeleafProperties.Servlet |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
static String |
DEFAULT_SUFFIX |
Constructor and Description |
---|
ThymeleafProperties() |
public static final String DEFAULT_PREFIX
public static final 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 String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public String getMode()
public void setMode(String mode)
public Charset getEncoding()
public void setEncoding(Charset encoding)
public boolean isCache()
public void setCache(boolean cache)
public Integer getTemplateResolverOrder()
public void setTemplateResolverOrder(Integer templateResolverOrder)
public String[] getExcludedViewNames()
public void setExcludedViewNames(String[] excludedViewNames)
public String[] getViewNames()
public void setViewNames(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()