Uses of Interface
io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Packages that use PebbleTemplateEngine Package Description io.vertx.ext.web.templ.pebble io.vertx.reactivex.ext.web.templ.pebble io.vertx.rxjava3.ext.web.templ.pebble -
-
Uses of PebbleTemplateEngine in io.vertx.ext.web.templ.pebble
Methods in io.vertx.ext.web.templ.pebble that return PebbleTemplateEngine Modifier and Type Method Description static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx)
Create a template engine using defaultsstatic PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, io.pebbletemplates.pebble.PebbleEngine engine)
Create a template engine using a custom Builder, e.g.static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, String extension)
Create a template engine using defaultsstatic PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, String extension, io.pebbletemplates.pebble.PebbleEngine engine)
Create a template engine using a custom Builder, e.g. -
Uses of PebbleTemplateEngine in io.vertx.reactivex.ext.web.templ.pebble
Methods in io.vertx.reactivex.ext.web.templ.pebble that return PebbleTemplateEngine Modifier and Type Method Description PebbleTemplateEngine
PebbleTemplateEngine. getDelegate()
Methods in io.vertx.reactivex.ext.web.templ.pebble with parameters of type PebbleTemplateEngine Modifier and Type Method Description static PebbleTemplateEngine
PebbleTemplateEngine. newInstance(PebbleTemplateEngine arg)
Constructors in io.vertx.reactivex.ext.web.templ.pebble with parameters of type PebbleTemplateEngine Constructor Description PebbleTemplateEngine(PebbleTemplateEngine delegate)
-
Uses of PebbleTemplateEngine in io.vertx.rxjava3.ext.web.templ.pebble
Methods in io.vertx.rxjava3.ext.web.templ.pebble that return PebbleTemplateEngine Modifier and Type Method Description PebbleTemplateEngine
PebbleTemplateEngine. getDelegate()
Methods in io.vertx.rxjava3.ext.web.templ.pebble with parameters of type PebbleTemplateEngine Modifier and Type Method Description static PebbleTemplateEngine
PebbleTemplateEngine. newInstance(PebbleTemplateEngine arg)
Constructors in io.vertx.rxjava3.ext.web.templ.pebble with parameters of type PebbleTemplateEngine Constructor Description PebbleTemplateEngine(PebbleTemplateEngine delegate)
-