Package | Description |
---|---|
io.vertx.ext.web.templ | |
io.vertx.ext.web.templ.jade | |
io.vertx.reactivex.ext.web.templ.jade | |
io.vertx.rxjava.ext.web.templ.jade |
Modifier and Type | Interface and Description |
---|---|
interface |
JadeTemplateEngine
Deprecated.
please use
JadeTemplateEngine instead. |
Modifier and Type | Method and Description |
---|---|
static JadeTemplateEngine |
JadeTemplateEngine.create(Vertx vertx)
Deprecated.
Create a template engine using defaults
|
Modifier and Type | Method and Description |
---|---|
static JadeTemplateEngine |
JadeTemplateEngine.create(Vertx vertx)
Create a template engine using defaults
|
JadeTemplateEngine |
JadeTemplateEngine.setExtension(String extension)
Deprecated.
as a user you should use filename with extensions on the render method instead of relying
on this method to suffix your filenames. Using this method is quite an opinionated API and has the side
effect that you cannot use files without extensions as templates.
Set the extension for the engine
|
JadeTemplateEngine |
JadeTemplateEngine.setMaxCacheSize(int maxCacheSize)
Set the max cache size for the engine
|
Modifier and Type | Method and Description |
---|---|
JadeTemplateEngine |
JadeTemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JadeTemplateEngine |
JadeTemplateEngine.newInstance(JadeTemplateEngine arg) |
Constructor and Description |
---|
JadeTemplateEngine(JadeTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
JadeTemplateEngine |
JadeTemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JadeTemplateEngine |
JadeTemplateEngine.newInstance(JadeTemplateEngine arg) |
Constructor and Description |
---|
JadeTemplateEngine(JadeTemplateEngine delegate) |
Copyright © 2023 Eclipse. All rights reserved.