ktor-thymeleaf / io.ktor.thymeleaf / Thymeleaf

Thymeleaf

class Thymeleaf

Thymeleaf support feature. Provides ability to respond with Thymeleaf

Types

Feature

companion object Feature : ApplicationFeature<ApplicationCallPipeline, TemplateEngine, Thymeleaf>

A feature installing companion object

Constructors

<init>

Thymeleaf(engine: TemplateEngine)

Thymeleaf support feature. Provides ability to respond with Thymeleaf

Companion Object Properties

key

val key: AttributeKey<Thymeleaf>

Companion Object Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: TemplateEngine.() -> Unit): Thymeleaf