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_ARGMethods in io.vertx.mutiny.ext.web.templ.mvel that return MVELTemplateEngine Modifier and Type Method Description static MVELTemplateEngineMVELTemplateEngine. create(Vertx vertx)static MVELTemplateEngineMVELTemplateEngine. create(Vertx vertx, String extension)static MVELTemplateEngineMVELTemplateEngine. newInstance(io.vertx.ext.web.templ.mvel.MVELTemplateEngine arg) 
 -