Class PugTemplateEngine

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class PugTemplateEngine
    extends TemplateEngine
    implements io.vertx.lang.rx.RxDelegate
    A template engine that uses Pug. The TemplateEngine.unwrap() shall return an object of class

    Thís interface has been copied from JadeTemplateEngine.java. Authors of JadeTemplateEngine.java are Tim Fox, Paulo Lopes (pmlopes), Julien Viet (vietj), Roman Novikov (mystdeim), nEJC (mrnejc), Yunyu Lin, Kevin Macksamie (k-mack), Geoffrey Clements (baldmountain).

    For authors of this file see git history.

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