open class ThymeleafTemplateEngine : TemplateEngine
A template engine that uses the Thymeleaf library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.ThymeleafTemplateEngine non RX-ified interface using Vert.x codegen.
ThymeleafTemplateEngine(delegate: ThymeleafTemplateEngine) |
static val __TYPE_ARG: TypeArg<ThymeleafTemplateEngine> |
open static fun create(): ThymeleafTemplateEngine
Create a template engine using defaults |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ThymeleafTemplateEngine |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ThymeleafTemplateEngine): ThymeleafTemplateEngine |
|
open fun setMode(mode: TemplateMode): ThymeleafTemplateEngine
Set the mode for the engine |
|
open fun toString(): String |