Uses of Interface
io.quarkus.qute.ResolutionContext
-
Uses of ResolutionContext in io.quarkus.qute
Methods in io.quarkus.qute that return ResolutionContextModifier and TypeMethodDescriptionResolutionContext.createChild(Object data, Map<String, SectionBlock> extendingBlocks) Create a child resolution context.ResolutionContext.getParent()SectionHelper.SectionResolutionContext.newResolutionContext(Object data, Map<String, SectionBlock> extendingBlocks) SectionHelper.SectionResolutionContext.resolutionContext()Methods in io.quarkus.qute with parameters of type ResolutionContextModifier and TypeMethodDescriptionEvaluator.evaluate(Expression expression, ResolutionContext resolutionContext) default CompletionStage<ResultNode>SectionHelper.SectionResolutionContext.execute(ResolutionContext context) Execute the main block with the specifiedResolutionContext.SectionHelper.SectionResolutionContext.execute(SectionBlock block, ResolutionContext context) Execute the specified block with the specifiedResolutionContext.ParameterDeclarationNode.resolve(ResolutionContext context) TemplateNode.resolve(ResolutionContext context) TextNode.resolve(ResolutionContext context)