クラス ThymeleafProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties

@ConfigurationProperties(prefix="spring.thymeleaf") public class ThymeleafProperties extends ObjectSE
Thymeleaf のプロパティ。
導入:
1.2.0
作成者:
Stephane Nicoll, Brian Clozel, Daniel Fern á ndez, Kazuki Shimizu
  • フィールドの詳細

  • コンストラクターの詳細

    • 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

      public StringSE getPrefix()
    • setPrefix

      public void setPrefix(StringSE prefix)
    • getSuffix

      public StringSE getSuffix()
    • setSuffix

      public void setSuffix(StringSE suffix)
    • getMode

      public StringSE getMode()
    • setMode

      public void setMode(StringSE mode)
    • getEncoding

      public CharsetSE getEncoding()
    • setEncoding

      public void setEncoding(CharsetSE encoding)
    • isCache

      public boolean isCache()
    • setCache

      public void setCache(boolean cache)
    • getTemplateResolverOrder

      public IntegerSE getTemplateResolverOrder()
    • setTemplateResolverOrder

      public void setTemplateResolverOrder(IntegerSE templateResolverOrder)
    • getExcludedViewNames

      public StringSE[] getExcludedViewNames()
    • setExcludedViewNames

      public void setExcludedViewNames(StringSE[] excludedViewNames)
    • getViewNames

      public StringSE[] getViewNames()
    • setViewNames

      public void setViewNames(StringSE[] viewNames)
    • isEnableSpringElCompiler

      public boolean isEnableSpringElCompiler()
    • setEnableSpringElCompiler

      public void setEnableSpringElCompiler(boolean enableSpringElCompiler)
    • isRenderHiddenMarkersBeforeCheckboxes

      public boolean isRenderHiddenMarkersBeforeCheckboxes()
    • setRenderHiddenMarkersBeforeCheckboxes

      public void setRenderHiddenMarkersBeforeCheckboxes(boolean renderHiddenMarkersBeforeCheckboxes)
    • getReactive

      public ThymeleafProperties.Reactive getReactive()
    • getServlet

      public ThymeleafProperties.Servlet getServlet()