Uses of Class
io.vertx.mutiny.ext.web.templ.pebble.PebbleTemplateEngine
Packages that use PebbleTemplateEngine
-
Uses of PebbleTemplateEngine in io.vertx.mutiny.ext.web.templ.pebble
Fields in io.vertx.mutiny.ext.web.templ.pebble with type parameters of type PebbleTemplateEngineModifier and TypeFieldDescriptionstatic final TypeArg<PebbleTemplateEngine>PebbleTemplateEngine.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.templ.pebble that return PebbleTemplateEngineModifier and TypeMethodDescriptionstatic PebbleTemplateEngineCreate a template engine using defaultsstatic PebbleTemplateEngineCreate a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.static PebbleTemplateEngineCreate a template engine using defaultsstatic PebbleTemplateEnginePebbleTemplateEngine.create(Vertx vertx, String extension, io.pebbletemplates.pebble.PebbleEngine engine) Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.static PebbleTemplateEnginePebbleTemplateEngine.newInstance(io.vertx.ext.web.templ.pebble.PebbleTemplateEngine delegate) Creates a new instance of thePebbleTemplateEngine.PebbleTemplateEngine.renderAndForget(io.vertx.core.json.JsonObject context, String templateFileName) Render the template.PebbleTemplateEngine.renderAndForget(Map<String, Object> context, String templateFileName) Render the template.