Uses of Interface
io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Packages that use MVELTemplateEngine Package Description io.vertx.ext.web.templ.mvel io.vertx.reactivex.ext.web.templ.mvel io.vertx.rxjava3.ext.web.templ.mvel -
-
Uses of MVELTemplateEngine in io.vertx.ext.web.templ.mvel
Methods in io.vertx.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 defaults -
Uses of MVELTemplateEngine in io.vertx.reactivex.ext.web.templ.mvel
Methods in io.vertx.reactivex.ext.web.templ.mvel that return MVELTemplateEngine Modifier and Type Method Description MVELTemplateEngine
MVELTemplateEngine. getDelegate()
Methods in io.vertx.reactivex.ext.web.templ.mvel with parameters of type MVELTemplateEngine Modifier and Type Method Description static MVELTemplateEngine
MVELTemplateEngine. newInstance(MVELTemplateEngine arg)
Constructors in io.vertx.reactivex.ext.web.templ.mvel with parameters of type MVELTemplateEngine Constructor Description MVELTemplateEngine(MVELTemplateEngine delegate)
-
Uses of MVELTemplateEngine in io.vertx.rxjava3.ext.web.templ.mvel
Methods in io.vertx.rxjava3.ext.web.templ.mvel that return MVELTemplateEngine Modifier and Type Method Description MVELTemplateEngine
MVELTemplateEngine. getDelegate()
Methods in io.vertx.rxjava3.ext.web.templ.mvel with parameters of type MVELTemplateEngine Modifier and Type Method Description static MVELTemplateEngine
MVELTemplateEngine. newInstance(MVELTemplateEngine arg)
Constructors in io.vertx.rxjava3.ext.web.templ.mvel with parameters of type MVELTemplateEngine Constructor Description MVELTemplateEngine(MVELTemplateEngine delegate)
-