Uses of Interface
io.vertx.ext.web.common.template.TemplateEngine
Packages that use TemplateEngine
Package
Description
-
Uses of TemplateEngine in io.vertx.ext.web.common.template
Classes in io.vertx.ext.web.common.template that implement TemplateEngine -
Uses of TemplateEngine in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type TemplateEngineModifier and TypeMethodDescriptionstatic TemplateHandlerTemplateHandler.create(TemplateEngine engine) Create a handlerstatic TemplateHandlerTemplateHandler.create(TemplateEngine engine, String templateDirectory, String contentType) Create a handler -
Uses of TemplateEngine in io.vertx.ext.web.templ.freemarker
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.freemarkerModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the FreeMarker library. -
Uses of TemplateEngine in io.vertx.ext.web.templ.handlebars
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.handlebarsModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.ext.web.templ.mvel
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.mvelModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.ext.web.templ.pebble
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.pebbleModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the Pebble library. -
Uses of TemplateEngine in io.vertx.ext.web.templ.pug
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.pugModifier and TypeInterfaceDescriptioninterfaceA template engine that uses Pug. -
Uses of TemplateEngine in io.vertx.ext.web.templ.rocker
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.rockerModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the Rocker library. -
Uses of TemplateEngine in io.vertx.ext.web.templ.thymeleaf
Subinterfaces of TemplateEngine in io.vertx.ext.web.templ.thymeleafModifier and TypeInterfaceDescriptioninterfaceA template engine that uses the Thymeleaf library. -
Uses of TemplateEngine in io.vertx.reactivex.ext.web.common.template
Methods in io.vertx.reactivex.ext.web.common.template that return TemplateEngineMethods in io.vertx.reactivex.ext.web.common.template with parameters of type TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.newInstance(TemplateEngine arg) Constructors in io.vertx.reactivex.ext.web.common.template with parameters of type TemplateEngine -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.common.template
Methods in io.vertx.rxjava3.ext.web.common.template that return TemplateEngineMethods in io.vertx.rxjava3.ext.web.common.template with parameters of type TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.newInstance(TemplateEngine arg) Constructors in io.vertx.rxjava3.ext.web.common.template with parameters of type TemplateEngine