Uses of Class
io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Packages that use ThymeleafTemplateEngine Package Description io.vertx.mutiny.ext.web.templ.thymeleaf -
-
Uses of ThymeleafTemplateEngine in io.vertx.mutiny.ext.web.templ.thymeleaf
Fields in io.vertx.mutiny.ext.web.templ.thymeleaf with type parameters of type ThymeleafTemplateEngine Modifier and Type Field Description static TypeArg<ThymeleafTemplateEngine>
ThymeleafTemplateEngine. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.templ.thymeleaf that return ThymeleafTemplateEngine Modifier and Type Method Description static ThymeleafTemplateEngine
ThymeleafTemplateEngine. create(Vertx vertx)
static ThymeleafTemplateEngine
ThymeleafTemplateEngine. newInstance(io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine arg)
ThymeleafTemplateEngine
ThymeleafTemplateEngine. setMode(org.thymeleaf.templatemode.TemplateMode mode)
Deprecated.seeTemplateEngine.unwrap()
Set the mode for the engine
-