Uses of Class
io.vertx.mutiny.ext.web.templ.handlebars.HandlebarsTemplateEngine
Packages that use HandlebarsTemplateEngine
-
Uses of HandlebarsTemplateEngine in io.vertx.mutiny.ext.web.templ.handlebars
Fields in io.vertx.mutiny.ext.web.templ.handlebars with type parameters of type HandlebarsTemplateEngineModifier and TypeFieldDescriptionstatic final TypeArg<HandlebarsTemplateEngine>HandlebarsTemplateEngine.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.templ.handlebars that return HandlebarsTemplateEngineModifier and TypeMethodDescriptionstatic HandlebarsTemplateEngineCreate a template engine using defaultsstatic HandlebarsTemplateEngineCreate a template engine using defaultsstatic HandlebarsTemplateEngineHandlebarsTemplateEngine.newInstance(io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine delegate) Creates a new instance of theHandlebarsTemplateEngine.HandlebarsTemplateEngine.renderAndForget(io.vertx.core.json.JsonObject context, String templateFileName) Render the template.HandlebarsTemplateEngine.renderAndForget(Map<String, Object> context, String templateFileName) Render the template.