クラス AbstractViewResolverProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
既知の直属サブクラス
AbstractTemplateViewResolverProperties

public abstract class AbstractViewResolverProperties extends ObjectSE
ViewResolver@ConfigurationProperties の基本クラス。
導入:
1.2.0
作成者:
Andy Wilkinson, Stephane Nicoll
関連事項:
  • コンストラクターの詳細

    • AbstractViewResolverProperties

      public AbstractViewResolverProperties()
  • メソッドの詳細

    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabled

      public boolean isEnabled()
    • setCheckTemplateLocation

      public void setCheckTemplateLocation(boolean checkTemplateLocation)
    • isCheckTemplateLocation

      public boolean isCheckTemplateLocation()
    • getViewNames

      public StringSE[] getViewNames()
    • setViewNames

      public void setViewNames(StringSE[] viewNames)
    • isCache

      public boolean isCache()
    • setCache

      public void setCache(boolean cache)
    • getContentType

      public MimeType getContentType()
    • setContentType

      public void setContentType(MimeType contentType)
    • getCharset

      public CharsetSE getCharset()
    • getCharsetName

      public StringSE getCharsetName()
    • setCharset

      public void setCharset(CharsetSE charset)