vertx / io.vertx.rxjava.ext.web.templ

Package io.vertx.rxjava.ext.web.templ

Types

FreeMarkerTemplateEngine

open class FreeMarkerTemplateEngine : TemplateEngine

A template engine that uses the FreeMarker library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.FreeMarkerTemplateEngine non RX-ified interface using Vert.x codegen.

HandlebarsTemplateEngine

open class HandlebarsTemplateEngine : TemplateEngine

A template engine that uses the Handlebars library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.HandlebarsTemplateEngine non RX-ified interface using Vert.x codegen.

JadeTemplateEngine

open class JadeTemplateEngine : TemplateEngine

A template engine that uses Jade. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.JadeTemplateEngine non RX-ified interface using Vert.x codegen.

MVELTemplateEngine

open class MVELTemplateEngine : TemplateEngine

A template engine that uses the Handlebars library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.MVELTemplateEngine non RX-ified interface using Vert.x codegen.

PebbleTemplateEngine

open class PebbleTemplateEngine : TemplateEngine

A template engine that uses the Pebble library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.PebbleTemplateEngine non RX-ified interface using Vert.x codegen.

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.