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