クラス MustacheProperties.Servlet
java.lang.ObjectSE
org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- 含まれているクラス:
- MustacheProperties
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明booleanbooleanbooleanisCache()booleanbooleanbooleanvoidsetAllowRequestOverride(boolean allowRequestOverride) voidsetAllowSessionOverride(boolean allowSessionOverride) voidsetCache(boolean cache) voidsetContentType(MimeType contentType) voidsetExposeRequestAttributes(boolean exposeRequestAttributes) voidsetExposeSessionAttributes(boolean exposeSessionAttributes) voidsetExposeSpringMacroHelpers(boolean exposeSpringMacroHelpers)
コンストラクターの詳細
Servlet
public Servlet()
メソッドの詳細
isAllowRequestOverride
public boolean isAllowRequestOverride()setAllowRequestOverride
public void setAllowRequestOverride(boolean allowRequestOverride) isAllowSessionOverride
public boolean isAllowSessionOverride()setAllowSessionOverride
public void setAllowSessionOverride(boolean allowSessionOverride) isCache
public boolean isCache()setCache
public void setCache(boolean cache) getContentType
setContentType
isExposeRequestAttributes
public boolean isExposeRequestAttributes()setExposeRequestAttributes
public void setExposeRequestAttributes(boolean exposeRequestAttributes) isExposeSessionAttributes
public boolean isExposeSessionAttributes()setExposeSessionAttributes
public void setExposeSessionAttributes(boolean exposeSessionAttributes) isExposeSpringMacroHelpers
public boolean isExposeSpringMacroHelpers()setExposeSpringMacroHelpers
public void setExposeSpringMacroHelpers(boolean exposeSpringMacroHelpers)