Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HTTLTemplateEngine

A template engine that uses the HTTL library. The {@link TemplateEngine#unwrap} shall return an object of class Engine

Hierarchy

  • any
    • HTTLTemplateEngine

Index

Properties

Methods

Properties

Static Readonly DEFAULT_TEMPLATE_EXTENSION

DEFAULT_TEMPLATE_EXTENSION: string

Default template extension

Methods

Static create

  • Create a template engine using defaults

    Parameters

    • vertx: Vertx

    Returns HTTLTemplateEngine

  • Create a template engine using defaults and custom file extension

    Parameters

    • vertx: Vertx
    • extension: string

    Returns HTTLTemplateEngine

Generated using TypeDoc