FreeMarkerContent

class FreeMarkerContent(val template: String, val model: Any?, val etag: String? = null, val contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8))

A response content handled by the FreeMarker plugin.

Parameters

template

name that is resolved by FreeMarker

model

to be passed during template rendering

etag

value for the E-Tag header (optional)

contentType

of response (optional, text/html with the UTF-8 character encoding by default)

Constructors

Link copied to clipboard
constructor(template: String, model: Any?, etag: String? = null, contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8))

Properties

Link copied to clipboard
Link copied to clipboard
val etag: String? = null
Link copied to clipboard
val model: Any?
Link copied to clipboard