Uses of Interface
io.vertx.ext.web.templ.pug.PugTemplateEngine
-
Packages that use PugTemplateEngine Package Description io.vertx.ext.web.templ.pug io.vertx.reactivex.ext.web.templ.pug io.vertx.rxjava3.ext.web.templ.pug -
-
Uses of PugTemplateEngine in io.vertx.ext.web.templ.pug
Methods in io.vertx.ext.web.templ.pug that return PugTemplateEngine Modifier and Type Method Description static PugTemplateEngine
PugTemplateEngine. create(Vertx vertx)
Create a template engine using defaultsstatic PugTemplateEngine
PugTemplateEngine. create(Vertx vertx, String extension)
Create a template engine using defaultsstatic PugTemplateEngine
PugTemplateEngine. create(Vertx vertx, String extension, String encoding)
Create a template engine using defaults -
Uses of PugTemplateEngine in io.vertx.reactivex.ext.web.templ.pug
Methods in io.vertx.reactivex.ext.web.templ.pug that return PugTemplateEngine Modifier and Type Method Description PugTemplateEngine
PugTemplateEngine. getDelegate()
Methods in io.vertx.reactivex.ext.web.templ.pug with parameters of type PugTemplateEngine Modifier and Type Method Description static PugTemplateEngine
PugTemplateEngine. newInstance(PugTemplateEngine arg)
Constructors in io.vertx.reactivex.ext.web.templ.pug with parameters of type PugTemplateEngine Constructor Description PugTemplateEngine(PugTemplateEngine delegate)
-
Uses of PugTemplateEngine in io.vertx.rxjava3.ext.web.templ.pug
Methods in io.vertx.rxjava3.ext.web.templ.pug that return PugTemplateEngine Modifier and Type Method Description PugTemplateEngine
PugTemplateEngine. getDelegate()
Methods in io.vertx.rxjava3.ext.web.templ.pug with parameters of type PugTemplateEngine Modifier and Type Method Description static PugTemplateEngine
PugTemplateEngine. newInstance(PugTemplateEngine arg)
Constructors in io.vertx.rxjava3.ext.web.templ.pug with parameters of type PugTemplateEngine Constructor Description PugTemplateEngine(PugTemplateEngine delegate)
-