Uses of Interface
io.quarkus.qute.SectionHelper.SectionResolutionContext
-
Uses of SectionHelper.SectionResolutionContext in io.quarkus.qute
Methods in io.quarkus.qute with parameters of type SectionHelper.SectionResolutionContextModifier and TypeMethodDescriptionprotected voidIncludeSectionHelper.addAdditionalEvaluatedParams(SectionHelper.SectionResolutionContext context, Map<String, Object> evaluatedParams) protected voidUserTagSectionHelper.addAdditionalEvaluatedParams(SectionHelper.SectionResolutionContext context, Map<String, Object> evaluatedParams) CacheSectionHelper.resolve(SectionHelper.SectionResolutionContext context) EvalSectionHelper.resolve(SectionHelper.SectionResolutionContext context) FragmentSectionHelper.resolve(SectionHelper.SectionResolutionContext context) IfSectionHelper.resolve(SectionHelper.SectionResolutionContext context) IncludeSectionHelper.resolve(SectionHelper.SectionResolutionContext context) InsertSectionHelper.resolve(SectionHelper.SectionResolutionContext context) LoopSectionHelper.resolve(SectionHelper.SectionResolutionContext context) SectionHelper.resolve(SectionHelper.SectionResolutionContext context) SetSectionHelper.resolve(SectionHelper.SectionResolutionContext context) WhenSectionHelper.resolve(SectionHelper.SectionResolutionContext context) WithSectionHelper.resolve(SectionHelper.SectionResolutionContext context)