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