Uses of Interface
io.quarkus.qute.Template
-
-
Uses of Template in io.quarkus.qute
Methods in io.quarkus.qute that return Template Modifier and Type Method Description TemplateEngine. getTemplate(String id)Obtain a template for the given identifier.TemplateTemplateInstance. getTemplate()default TemplateEngine. parse(String content)Parse the template contents.default TemplateEngine. parse(String content, Variant variant)Parse the template contents with the specified variant.TemplateEngine. parse(String content, Variant variant, String id)Parse the template contents with the specified variant and id.TemplateEngine. putTemplate(String id, Template template)Methods in io.quarkus.qute with parameters of type Template Modifier and Type Method Description TemplateEngine. putTemplate(String id, Template template)Constructor parameters in io.quarkus.qute with type arguments of type Template Constructor Description IncludeSectionHelper(Supplier<Template> templateSupplier, Map<String,SectionBlock> extendingBlocks, Map<String,Expression> parameters)
-