ThymeleafContent
class ThymeleafContent
Represents a content handled by Thymeleaf feature.
Parameters
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)
Constructors
ThymeleafContent( Represents a content handled by Thymeleaf feature. |
Properties
val contentType: ContentType of response (optional, |
|
val etag: String? value for |
|
to be passed during template rendering |
|
val template: String name that is resolved by thymeleaf |