Uses of Interface
io.quarkus.qute.Template
-
-
Uses of Template in io.quarkus.qute
Subinterfaces of Template in io.quarkus.qute Modifier and Type Interface Description static interfaceTemplate.FragmentA fragment represents a part of the template that can be treated as a separate template.Fields in io.quarkus.qute with type parameters of type Template Modifier and Type Field Description protected Supplier<Template>IncludeSectionHelper. templateMethods in io.quarkus.qute that return Template Modifier and Type Method Description default TemplateTemplateInstance. getFragment(String id)TemplateTemplate.Fragment. getOriginalTemplate()TemplateEngine. getTemplate(String id)Obtain a template for the given identifier.default 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 that return types with arguments of type Template Modifier and Type Method Description Supplier<Template>SectionHelperFactory.SectionInitContext. getCurrentTemplate()Note that the returned supplier may only be used after the template is parsed, e.g.Methods in io.quarkus.qute with parameters of type Template Modifier and Type Method Description TemplateEngine. putTemplate(String id, Template template)Method parameters in io.quarkus.qute with type arguments of type Template Modifier and Type Method Description protected IncludeSectionHelperIncludeSectionHelper.Factory. newHelper(Supplier<Template> template, Map<String,Expression> params, Map<String,SectionBlock> extendingBlocks, Boolean isolatedValue, SectionHelperFactory.SectionInitContext context)protected UserTagSectionHelperUserTagSectionHelper.Factory. newHelper(Supplier<Template> template, Map<String,Expression> params, Map<String,SectionBlock> extendingBlocks, Boolean isolatedValue, SectionHelperFactory.SectionInitContext context)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, boolean isIsolated)
-