Interface and Description |
---|
io.vertx.ext.web.templ.HandlebarsTemplateEngine
please use
HandlebarsTemplateEngine instead. |
Field and Description |
---|
io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine.DEFAULT_TEMPLATE_EXTENSION |
Method and Description |
---|
io.vertx.ext.web.templ.HandlebarsTemplateEngine.render(RoutingContext, String, Handler<AsyncResult<Buffer>>) |
io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine.setExtension(String)
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
|
Copyright © 2021 Eclipse. All rights reserved.