Uses of Interface
io.quarkus.qute.SectionHelperFactory.SectionInitContext
-
Uses of SectionHelperFactory.SectionInitContext in io.quarkus.qute
Methods in io.quarkus.qute with parameters of type SectionHelperFactory.SectionInitContextModifier and TypeMethodDescriptionprotected StringIncludeSectionHelper.Factory.getTemplateId(SectionHelperFactory.SectionInitContext context) protected StringUserTagSectionHelper.Factory.getTemplateId(SectionHelperFactory.SectionInitContext context) CacheSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) EvalSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) FragmentSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) IfSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) InsertSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) LoopSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) SectionHelperFactory.initialize(SectionHelperFactory.SectionInitContext context) Initialize a new helper instance for a specific section node in a template.SetSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) WhenSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) WithSectionHelper.Factory.initialize(SectionHelperFactory.SectionInitContext context) 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)