Package | Description |
---|---|
io.vertx.ext.web.templ | |
io.vertx.ext.web.templ.rocker | |
io.vertx.reactivex.ext.web.templ.rocker | |
io.vertx.rxjava.ext.web.templ.rocker |
Modifier and Type | Interface and Description |
---|---|
interface |
RockerTemplateEngine
Deprecated.
please use
RockerTemplateEngine instead. |
Modifier and Type | Method and Description |
---|---|
static RockerTemplateEngine |
RockerTemplateEngine.create()
Deprecated.
Create a template engine using defaults
|
Modifier and Type | Method and Description |
---|---|
static RockerTemplateEngine |
RockerTemplateEngine.create()
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.
Create a template engine using defaults
|
RockerTemplateEngine |
RockerTemplateEngine.setExtension(String extension)
Deprecated.
|
RockerTemplateEngine |
RockerTemplateEngine.setMaxCacheSize(int maxCacheSize)
Set the max cache size for the engine
|
Modifier and Type | Method and Description |
---|---|
RockerTemplateEngine |
RockerTemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RockerTemplateEngine |
RockerTemplateEngine.newInstance(RockerTemplateEngine arg) |
Constructor and Description |
---|
RockerTemplateEngine(RockerTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
RockerTemplateEngine |
RockerTemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RockerTemplateEngine |
RockerTemplateEngine.newInstance(RockerTemplateEngine arg) |
Constructor and Description |
---|
RockerTemplateEngine(RockerTemplateEngine delegate) |
Copyright © 2023 Eclipse. All rights reserved.