Uses of Class
io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
-
Packages that use HTTLTemplateEngine Package Description io.vertx.mutiny.ext.web.templ.httl -
-
Uses of HTTLTemplateEngine in io.vertx.mutiny.ext.web.templ.httl
Fields in io.vertx.mutiny.ext.web.templ.httl with type parameters of type HTTLTemplateEngine Modifier and Type Field Description static TypeArg<HTTLTemplateEngine>
HTTLTemplateEngine. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.templ.httl that return HTTLTemplateEngine Modifier and Type Method Description static HTTLTemplateEngine
HTTLTemplateEngine. create(Vertx vertx)
static HTTLTemplateEngine
HTTLTemplateEngine. create(Vertx vertx, String extension)
static HTTLTemplateEngine
HTTLTemplateEngine. newInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine arg)
-