ktor-thymeleaf / io.ktor.thymeleaf / Thymeleaf / Feature

Feature

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

A feature installing companion object

Companion Object Properties

key

val key: AttributeKey<Thymeleaf>

Companion Object Functions

install

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