Uses of Class
io.vertx.mutiny.ext.web.common.template.TemplateEngine
-
-
Uses of TemplateEngine in io.vertx.mutiny.ext.web.common.template
Fields in io.vertx.mutiny.ext.web.common.template with type parameters of type TemplateEngine Modifier and Type Field Description static TypeArg<TemplateEngine>
TemplateEngine. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.common.template that return TemplateEngine Modifier and Type Method Description static TemplateEngine
TemplateEngine. newInstance(io.vertx.ext.web.common.template.TemplateEngine arg)
-
Uses of TemplateEngine in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type TemplateEngine Modifier and Type Method Description static TemplateHandler
TemplateHandler. create(TemplateEngine engine)
static TemplateHandler
TemplateHandler. create(TemplateEngine engine, String templateDirectory, String contentType)
-
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.freemarker
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.freemarker Modifier and Type Class Description class
FreeMarkerTemplateEngine
A template engine that uses the FreeMarker library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.handlebars
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.handlebars Modifier and Type Class Description class
HandlebarsTemplateEngine
A template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.jade
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.jade Modifier and Type Class Description class
JadeTemplateEngine
A template engine that uses Jade. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.mvel
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.mvel Modifier and Type Class Description class
MVELTemplateEngine
A template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.pebble
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.pebble Modifier and Type Class Description class
PebbleTemplateEngine
A template engine that uses the Pebble library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.rocker
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.rocker Modifier and Type Class Description class
RockerTemplateEngine
A template engine that uses the Rocker library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.thymeleaf
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.thymeleaf Modifier and Type Class Description class
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
-