Uses of Interface
io.quarkus.qute.Template
-
Uses of Template in io.quarkus.qute
Subinterfaces of Template in io.quarkus.quteModifier and TypeInterfaceDescriptionstatic interfaceA 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 TemplateMethods in io.quarkus.qute that return TemplateModifier and TypeMethodDescriptiondefault TemplateTemplateInstance.getFragment(String id) Template.Fragment.getOriginalTemplate()Engine.getTemplate(String id) Obtain a template for the given identifier.default TemplateTemplateInstance.getTemplate()default TemplateParse the template contents.default TemplateParse the template contents with the specified variant.Parse the template contents with the specified variant and id.Engine.putTemplate(String id, Template template) Methods in io.quarkus.qute that return types with arguments of type TemplateModifier and TypeMethodDescriptionSectionHelperFactory.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 TemplateMethod parameters in io.quarkus.qute with type arguments of type TemplateModifier and TypeMethodDescriptionprotected 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 TemplateModifierConstructorDescriptionIncludeSectionHelper(Supplier<Template> templateSupplier, Map<String, SectionBlock> extendingBlocks, Map<String, Expression> parameters, boolean isIsolated)