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