interface ThymeleafTemplateEngine : TemplateEngine
A template engine that uses the Thymeleaf library.
Author
Tim Fox
static val DEFAULT_TEMPLATE_MODE: TemplateMode |
open static fun create(): ThymeleafTemplateEngine
Create a template engine using defaults |
|
abstract fun getThymeleafTemplateEngine(): TemplateEngine
Get a reference to the internal Thymeleaf TemplateEngine object so it can be configured. |
|
abstract fun setMode(mode: TemplateMode): ThymeleafTemplateEngine
Set the mode for the engine |