Class RockerTemplateEngine


  • public class RockerTemplateEngine
    extends io.vertx.mutiny.ext.web.common.template.TemplateEngine
    A template engine that uses the Rocker library.

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

    • Field Detail

      • DEFAULT_TEMPLATE_EXTENSION

        public static final String DEFAULT_TEMPLATE_EXTENSION
        Default template extension
        See Also:
        Constant Field Values
    • Constructor Detail

      • RockerTemplateEngine

        public RockerTemplateEngine​(io.vertx.ext.web.templ.rocker.RockerTemplateEngine delegate)
      • RockerTemplateEngine

        public RockerTemplateEngine​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.templ.rocker.RockerTemplateEngine 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
      • newInstance

        public static RockerTemplateEngine newInstance​(io.vertx.ext.web.templ.rocker.RockerTemplateEngine arg)