vertx / io.vertx.ext.web.templ

Package io.vertx.ext.web.templ

Types

FreeMarkerTemplateEngine

interface FreeMarkerTemplateEngine : TemplateEngine

A template engine that uses the FreeMarker library.

HandlebarsTemplateEngine

interface HandlebarsTemplateEngine : TemplateEngine

A template engine that uses the Handlebars library.

JadeTemplateEngine

interface JadeTemplateEngine : TemplateEngine

A template engine that uses Jade.

MVELTemplateEngine

interface MVELTemplateEngine : TemplateEngine

A template engine that uses the Handlebars library.

PebbleTemplateEngine

interface PebbleTemplateEngine : TemplateEngine

A template engine that uses the Pebble library.

ThymeleafTemplateEngine

interface ThymeleafTemplateEngine : TemplateEngine

A template engine that uses the Thymeleaf library.