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