Class ThymeleafTemplateEngine

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

public class ThymeleafTemplateEngine extends TemplateEngine implements MutinyDelegate
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 Details

    • __TYPE_ARG

      public static final TypeArg<ThymeleafTemplateEngine> __TYPE_ARG
    • DEFAULT_TEMPLATE_MODE

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

    • ThymeleafTemplateEngine

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

      public ThymeleafTemplateEngine(Object delegate)
  • Method Details