Class HTTLTemplateEngine

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

public class HTTLTemplateEngine extends TemplateEngine implements MutinyDelegate
A template engine that uses the HTTL library. The TemplateEngine.unwrap() shall return an object of class Engine

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

  • Field Details

  • Constructor Details

    • HTTLTemplateEngine

      public HTTLTemplateEngine(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate)
    • HTTLTemplateEngine

      public HTTLTemplateEngine(Object delegate)
  • Method Details