类 AbstractViewResolverProperties

java.lang.Object
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
直接已知子类:
AbstractTemplateViewResolverProperties

public abstract class AbstractViewResolverProperties extends Object
从以下版本开始:
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 String[] getViewNames()
    • setViewNames

      public void setViewNames(String[] viewNames)
    • isCache

      public boolean isCache()
    • setCache

      public void setCache(boolean cache)
    • getContentType

      public MimeType getContentType()
    • setContentType

      public void setContentType(MimeType contentType)
    • getCharset

      public Charset getCharset()
    • getCharsetName

      public String getCharsetName()
    • setCharset

      public void setCharset(Charset charset)