class ThymeleafContent
Represents a content handled by Thymeleaf feature.
template
- name that is resolved by thymeleaf
model
- to be passed during template rendering
etag
- value for E-Tag
header (optional)
contentType
- of response (optional, text/html
with UTF-8 character encoding by default)
ThymeleafContent(template: String, model: Map<String, Any>, etag: String? = null, contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8))
Represents a content handled by Thymeleaf feature. |
val contentType: ContentType
of response (optional, |
|
val etag: String?
value for |
|
val model: Map<String, Any>
to be passed during template rendering |
|
val template: String
name that is resolved by thymeleaf |