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