Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler | |
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 | Class and Description |
---|---|
class |
HandlebarsTemplateEngine
A template engine that uses the Handlebars library.
|
class |
JadeTemplateEngine
A template engine that uses Jade.
|
class |
MVELTemplateEngine
A template engine that uses the Handlebars library.
|
class |
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
|
Modifier and Type | Method and Description |
---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
Copyright © 2016. All rights reserved.