Uses of Class
io.quarkus.qute.ResultNode
Packages that use ResultNode
-
Uses of ResultNode in io.quarkus.qute
Subclasses of ResultNode in io.quarkus.quteModifier and TypeClassDescriptionclassA line separator.final classA result node backed by an array of result nodes.final classA result node backed by a single object value.classStatic text.Fields in io.quarkus.qute with type parameters of type ResultNodeMethods in io.quarkus.qute that return types with arguments of type ResultNodeModifier and TypeMethodDescriptiondefault CompletionStage<ResultNode> SectionHelper.SectionResolutionContext.execute()Execute the main block with the current resolution context.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.CacheSectionHelper.Cache.getValue(String key, Function<String, CompletionStage<ResultNode>> loader) CacheSectionHelper.resolve(SectionHelper.SectionResolutionContext context) EvalSectionHelper.resolve(SectionHelper.SectionResolutionContext context) ExpressionNode.resolve(ResolutionContext 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) ParameterDeclarationNode.resolve(ResolutionContext context) SectionHelper.resolve(SectionHelper.SectionResolutionContext context) SectionNode.resolve(ResolutionContext context) SectionNode.resolve(ResolutionContext context, Map<String, Object> params) SetSectionHelper.resolve(SectionHelper.SectionResolutionContext context) TemplateNode.resolve(ResolutionContext context) TextNode.resolve(ResolutionContext context) WhenSectionHelper.resolve(SectionHelper.SectionResolutionContext context) WithSectionHelper.resolve(SectionHelper.SectionResolutionContext context) Method parameters in io.quarkus.qute with type arguments of type ResultNodeModifier and TypeMethodDescriptionCacheSectionHelper.Cache.getValue(String key, Function<String, CompletionStage<ResultNode>> loader) -
Uses of ResultNode in io.quarkus.qute.trace
Methods in io.quarkus.qute.trace that return ResultNodeModifier and TypeMethodDescriptionResolveEvent.getResultNode()Returns the result of resolving the template node.Methods in io.quarkus.qute.trace with parameters of type ResultNodeModifier and TypeMethodDescriptionvoidResolveEvent.resolve(ResultNode resultNode, Throwable error) Sets the result of resolving the template node along with any error.