Class ThymeleafTemplateEngine


  • public class ThymeleafTemplateEngine
    extends TemplateEngine
    A template engine that uses the Thymeleaf library. The TemplateEngine.unwrap() shall return an object of class TemplateEngine

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

    • Field Detail

      • DEFAULT_TEMPLATE_MODE

        public static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
    • Constructor Detail

      • ThymeleafTemplateEngine

        public ThymeleafTemplateEngine​(io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine delegate)
      • ThymeleafTemplateEngine

        public ThymeleafTemplateEngine​(Object delegate)