public interface JadeTemplateEngine extends TemplateEngine
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEMPLATE_EXTENSION
Default template extension
|
| Modifier and Type | Method and Description |
|---|---|
static JadeTemplateEngine |
create(Vertx vertx)
Create a template engine using defaults
|
static JadeTemplateEngine |
create(Vertx vertx,
String extension)
Create a template engine using defaults
|
de.neuland.jade4j.JadeConfiguration |
getJadeConfiguration()
Get a reference to the internal JadeConfiguration object so it
can be configured.
|
render, render, render, renderstatic final String DEFAULT_TEMPLATE_EXTENSION
static JadeTemplateEngine create(Vertx vertx)
static JadeTemplateEngine create(Vertx vertx, String extension)
de.neuland.jade4j.JadeConfiguration getJadeConfiguration()
Copyright © 2019 Eclipse. All rights reserved.