vertx / io.vertx.reactivex.ext.web.templ / ThymeleafTemplateEngine

ThymeleafTemplateEngine

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.

Constructors

<init>

ThymeleafTemplateEngine(delegate: ThymeleafTemplateEngine)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<ThymeleafTemplateEngine>

Functions

create

open static fun create(): ThymeleafTemplateEngine

Create a template engine using defaults

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): ThymeleafTemplateEngine

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: ThymeleafTemplateEngine): ThymeleafTemplateEngine

setMode

open fun setMode(mode: TemplateMode): ThymeleafTemplateEngine

Set the mode for the engine

toString

open fun toString(): String