Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.ext.web.templ | |
io.vertx.reactivex.ext.web.templ | |
io.vertx.rxjava.ext.web.templ |
Modifier and Type | Method and Description |
---|---|
static TemplateHandler |
TemplateHandler.create(TemplateEngine engine)
Create a handler
|
static TemplateHandler |
TemplateHandler.create(TemplateEngine engine,
String templateDirectory,
String contentType)
Create a handler
|
Modifier and Type | Interface and Description |
---|---|
interface |
FreeMarkerTemplateEngine
A template engine that uses the FreeMarker library.
|
interface |
HandlebarsTemplateEngine
A template engine that uses the Handlebars library.
|
interface |
JadeTemplateEngine
A template engine that uses Jade.
|
interface |
MVELTemplateEngine
A template engine that uses the Handlebars library.
|
interface |
PebbleTemplateEngine
A template engine that uses the Pebble library.
|
interface |
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
|
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
Constructor and Description |
---|
TemplateEngine(TemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
TemplateEngine |
TemplateEngine.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
Constructor and Description |
---|
TemplateEngine(TemplateEngine delegate) |
Copyright © 2017. All rights reserved.