Class ThymeleafTemplateEngine


  • public class ThymeleafTemplateEngine
    extends io.vertx.mutiny.ext.web.common.template.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)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine getDelegate()
        Overrides:
        getDelegate in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
      • toString

        public String toString()
        Overrides:
        toString in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.vertx.mutiny.ext.web.common.template.TemplateEngine
      • create

        public static ThymeleafTemplateEngine create​(io.vertx.mutiny.core.Vertx vertx)
        Parameters:
        vertx -
        Returns:
        the engine
      • setMode

        @Deprecated
        public ThymeleafTemplateEngine setMode​(org.thymeleaf.templatemode.TemplateMode mode)
        Deprecated.
        see TemplateEngine.unwrap() Set the mode for the engine
        Parameters:
        mode - the mode
        Returns:
        a reference to this for fluency
      • newInstance

        public static ThymeleafTemplateEngine newInstance​(io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine arg)