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