class Thymeleaf
Thymeleaf support feature. Provides ability to respond with Thymeleaf
companion object Feature : ApplicationFeature<ApplicationCallPipeline, TemplateEngine, Thymeleaf>
A feature installing companion object |
Thymeleaf(engine: TemplateEngine)
Thymeleaf support feature. Provides ability to respond with Thymeleaf |
val key: AttributeKey<Thymeleaf> |
fun install(pipeline: ApplicationCallPipeline, configure: TemplateEngine.() -> Unit): Thymeleaf |