类 ThymeleafProperties.Servlet
java.lang.Object
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- 封闭类:
ThymeleafProperties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
void
setContentType
(MimeType contentType) void
setProducePartialOutputWhileProcessing
(boolean producePartialOutputWhileProcessing)
-
构造器详细资料
-
Servlet
public Servlet()
-
-
方法详细资料
-
getContentType
-
setContentType
-
isProducePartialOutputWhileProcessing
public boolean isProducePartialOutputWhileProcessing() -
setProducePartialOutputWhileProcessing
public void setProducePartialOutputWhileProcessing(boolean producePartialOutputWhileProcessing)
-