Class ThymeleafProperties.Servlet
- java.lang.Object
- org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- Enclosing class:
- ThymeleafProperties
public static class ThymeleafProperties.Servlet extends Object
Constructor Summary
Constructors Constructor Description Servlet()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.util.MimeTypegetContentType()booleanisProducePartialOutputWhileProcessing()voidsetContentType(org.springframework.util.MimeType contentType)voidsetProducePartialOutputWhileProcessing(boolean producePartialOutputWhileProcessing)
Constructor Detail
Servlet
public Servlet()
Method Detail
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)