public class Template extends Object
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
org.thymeleaf.context.Context |
getModel() |
String |
getName() |
static Template |
thymeleafTemplate(Map<String,?> model,
String name) |
static Template |
thymeleafTemplate(Map<String,?> model,
String name,
String contentType) |
static Template |
thymeleafTemplate(String name) |