interface JadeTemplateEngine : TemplateEngine
A template engine that uses Jade.
Author
Tim Fox
static val DEFAULT_MAX_CACHE_SIZE: Int
Default max number of templates to cache |
|
static val DEFAULT_TEMPLATE_EXTENSION: String
Default template extension |
open static fun create(): JadeTemplateEngine
Create a template engine using defaults |
|
abstract fun getJadeConfiguration(): JadeConfiguration
Get a reference to the internal JadeConfiguration object so it can be configured. |
|
abstract fun setExtension(extension: String): JadeTemplateEngine
Set the extension for the engine |
|
abstract fun setMaxCacheSize(maxCacheSize: Int): JadeTemplateEngine
Set the max cache size for the engine |