Class PugTemplateEngine

java.lang.Object
io.vertx.reactivex.ext.web.common.template.TemplateEngine
io.vertx.reactivex.ext.web.templ.pug.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 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.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<PugTemplateEngine> __TYPE_ARG
    • DEFAULT_TEMPLATE_EXTENSION

      public static final String DEFAULT_TEMPLATE_EXTENSION
      Default template extension
      See Also:
  • Constructor Details

    • PugTemplateEngine

      public PugTemplateEngine(PugTemplateEngine delegate)
    • PugTemplateEngine

      public PugTemplateEngine(Object delegate)
  • Method Details