Class AbstractViewResolverProperties

java.lang.Object
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
Direct Known Subclasses:
AbstractTemplateViewResolverProperties

public abstract class AbstractViewResolverProperties extends Object
Since:
1.2.0
Author:
Andy Wilkinson, Stephane Nicoll
See Also:
  • Constructor Details

    • AbstractViewResolverProperties

      public AbstractViewResolverProperties()
  • Method Details

    • 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)