Class: JadeTemplateEngine

vertx-web-js/jade_template_engine~ JadeTemplateEngine

new JadeTemplateEngine()

A template engine that uses Jade.
Source:

Methods

setExtension(extension) → {JadeTemplateEngine}

Set the extension for the engine
Parameters:
Name Type Description
extension string the extension
Source:
Returns:
a reference to this for fluency
Type
JadeTemplateEngine

setMaxCacheSize(maxCacheSize) → {JadeTemplateEngine}

Set the max cache size for the engine
Parameters:
Name Type Description
maxCacheSize number the maxCacheSize
Source:
Returns:
a reference to this for fluency
Type
JadeTemplateEngine