Class MVELTemplateEngine

java.lang.Object
io.vertx.mutiny.ext.web.common.template.TemplateEngine
io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
All Implemented Interfaces:
MutinyDelegate

public class MVELTemplateEngine extends TemplateEngine implements MutinyDelegate
A template engine that uses the Handlebars library.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • MVELTemplateEngine

      public MVELTemplateEngine(io.vertx.ext.web.templ.mvel.MVELTemplateEngine delegate)
    • MVELTemplateEngine

      public MVELTemplateEngine(Object delegate)
  • Method Details