public interface JadeTemplateEngine extends TemplateEngine
TemplateEngine.unwrap()
shall return an object of class JadeConfiguration
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()
Deprecated.
see
TemplateEngine.unwrap()
Get a reference to the internal JadeConfiguration object so it
can be configured. |
clearCache, render, render, render, render, unwrap
static final String DEFAULT_TEMPLATE_EXTENSION
static JadeTemplateEngine create(Vertx vertx)
static JadeTemplateEngine create(Vertx vertx, String extension)
@Deprecated de.neuland.jade4j.JadeConfiguration getJadeConfiguration()
TemplateEngine.unwrap()
Get a reference to the internal JadeConfiguration object so it
can be configured.Copyright © 2022 Eclipse. All rights reserved.