Uses of Class
io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
-
Uses of TemplateEngine in io.vertx.reactivex.ext.web.common.template
Fields in io.vertx.reactivex.ext.web.common.template with type parameters of type TemplateEngine Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<TemplateEngine>
TemplateEngine. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.common.template that return TemplateEngine Modifier and Type Method Description static TemplateEngine
TemplateEngine. newInstance(TemplateEngine arg)
-
Uses of TemplateEngine in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type TemplateEngine Modifier and Type Method Description static TemplateHandler
TemplateHandler. create(TemplateEngine engine)
Create a handlerstatic TemplateHandler
TemplateHandler. create(TemplateEngine engine, String templateDirectory, String contentType)
Create a handler -
Uses of TemplateEngine in io.vertx.reactivex.ext.web.templ.freemarker
Subclasses of TemplateEngine in io.vertx.reactivex.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.reactivex.ext.web.templ.handlebars
Subclasses of TemplateEngine in io.vertx.reactivex.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.reactivex.ext.web.templ.mvel
Subclasses of TemplateEngine in io.vertx.reactivex.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.reactivex.ext.web.templ.pebble
Subclasses of TemplateEngine in io.vertx.reactivex.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.reactivex.ext.web.templ.pug
Subclasses of TemplateEngine in io.vertx.reactivex.ext.web.templ.pug Modifier and Type Class Description class
PugTemplateEngine
A template engine that uses Pug. -
Uses of TemplateEngine in io.vertx.reactivex.ext.web.templ.rocker
Subclasses of TemplateEngine in io.vertx.reactivex.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.reactivex.ext.web.templ.thymeleaf
Subclasses of TemplateEngine in io.vertx.reactivex.ext.web.templ.thymeleaf Modifier and Type Class Description class
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
-