Uses of Class
io.vertx.rxjava3.ext.web.common.template.TemplateEngine
Packages that use TemplateEngine
Package
Description
-
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.common.template
Fields in io.vertx.rxjava3.ext.web.common.template with type parameters of type TemplateEngineModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TemplateEngine> TemplateEngine.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.common.template that return TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.newInstance(TemplateEngine arg) -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.freemarker
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.freemarkerModifier and TypeClassDescriptionclassA template engine that uses the FreeMarker library. -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.handlebars
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.handlebarsModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.mvel
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.mvelModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.pebble
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.pebbleModifier and TypeClassDescriptionclassA template engine that uses the Pebble library. -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.pug
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.pug -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.rocker
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.rockerModifier and TypeClassDescriptionclassA template engine that uses the Rocker library. -
Uses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.thymeleaf
Subclasses of TemplateEngine in io.vertx.rxjava3.ext.web.templ.thymeleafModifier and TypeClassDescriptionclassA template engine that uses the Thymeleaf library.