Uses of Class
io.vertx.mutiny.ext.web.common.template.TemplateEngine
Packages that use TemplateEngine
Package
Description
-
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 TemplateEngineMethods in io.vertx.mutiny.ext.web.common.template that return TemplateEngineModifier and TypeMethodDescriptionstatic 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 TemplateEngineModifier and TypeMethodDescriptionstatic 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.freemarkerModifier and TypeClassDescriptionclass
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.handlebarsModifier and TypeClassDescriptionclass
A template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.httl
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.httlModifier and TypeClassDescriptionclass
A template engine that uses the HTTL library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.jade
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.jade -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.mvel
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.mvelModifier and TypeClassDescriptionclass
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.pebbleModifier and TypeClassDescriptionclass
A template engine that uses the Pebble library. -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.pug
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.pug -
Uses of TemplateEngine in io.vertx.mutiny.ext.web.templ.rocker
Subclasses of TemplateEngine in io.vertx.mutiny.ext.web.templ.rockerModifier and TypeClassDescriptionclass
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.thymeleafModifier and TypeClassDescriptionclass
A template engine that uses the Thymeleaf library.