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