类 ThymeleafProperties.Servlet
- java.lang.Object
- org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
public static class ThymeleafProperties.Servlet extends Object
构造器概要
构造器 构造器 说明 Servlet()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.util.MimeTypegetContentType()booleanisProducePartialOutputWhileProcessing()voidsetContentType(org.springframework.util.MimeType contentType)voidsetProducePartialOutputWhileProcessing(boolean producePartialOutputWhileProcessing)
构造器详细资料
Servlet
public Servlet()
方法详细资料
getContentType
public org.springframework.util.MimeType getContentType()
setContentType
public void setContentType(org.springframework.util.MimeType contentType)
isProducePartialOutputWhileProcessing
public boolean isProducePartialOutputWhileProcessing()
setProducePartialOutputWhileProcessing
public void setProducePartialOutputWhileProcessing(boolean producePartialOutputWhileProcessing)