クラス AbstractViewResolverProperties
java.lang.ObjectSE
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- 既知の直属サブクラス
AbstractTemplateViewResolverProperties
ViewResolver の @ConfigurationProperties の基本クラス。- 導入:
- 1.2.0
- 作成者:
- Andy Wilkinson, Stephane Nicoll
- 関連事項:
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明StringSE[]booleanisCache()booleanbooleanvoidsetCache(boolean cache) voidsetCharset(CharsetSE charset) voidsetCheckTemplateLocation(boolean checkTemplateLocation) voidsetContentType(MimeType contentType) voidsetEnabled(boolean enabled) voidsetViewNames(StringSE[] viewNames)
コンストラクターの詳細
AbstractViewResolverProperties
public AbstractViewResolverProperties()
メソッドの詳細
setEnabled
public void setEnabled(boolean enabled) isEnabled
public boolean isEnabled()setCheckTemplateLocation
public void setCheckTemplateLocation(boolean checkTemplateLocation) isCheckTemplateLocation
public boolean isCheckTemplateLocation()getViewNames
setViewNames
isCache
public boolean isCache()setCache
public void setCache(boolean cache) getContentType
setContentType
getCharset
getCharsetName
setCharset