Uses of Interface
io.quarkus.qute.Template
Packages that use 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.Methods in io.quarkus.qute that return TemplateModifier and TypeMethodDescriptionForwardingTemplateInstance.getFragment(String id) default TemplateTemplateInstance.getFragment(String id) Template.Fragment.getOriginalTemplate()Engine.getTemplate(String id) Obtain a template for the given identifier.ForwardingTemplateInstance.getTemplate()ResolutionContext.getTemplate()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) A valid identifier is a sequence of non-whitespace characters.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. during the invocation ofSectionHelper.resolve(io.quarkus.qute.SectionHelper.SectionResolutionContext).Methods in io.quarkus.qute with parameters of type TemplateModifier and TypeMethodDescriptionEngine.putTemplate(String id, Template template) A valid identifier is a sequence of non-whitespace characters.