Uses of Interface
io.quarkus.qute.ResolutionContext
Packages that use 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) EvalContext.resolutionContext()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.ExpressionNode.resolve(ResolutionContext context) ParameterDeclarationNode.resolve(ResolutionContext context) SectionNode.resolve(ResolutionContext context) SectionNode.resolve(ResolutionContext context, Map<String, Object> params) TemplateNode.resolve(ResolutionContext context) TextNode.resolve(ResolutionContext context) -
Uses of ResolutionContext in io.quarkus.qute.trace
Methods in io.quarkus.qute.trace that return ResolutionContextModifier and TypeMethodDescriptionResolveEvent.getContext()Returns the current resolution context.Constructors in io.quarkus.qute.trace with parameters of type ResolutionContextModifierConstructorDescriptionResolveEvent(TemplateNode templateNode, ResolutionContext context, Engine engine) Creates a newResolveEventfor the given template node, resolution context, and engine.