Uses of Interface
io.quarkus.qute.TemplateNode
Packages that use TemplateNode
-
Uses of TemplateNode in io.quarkus.qute
Classes in io.quarkus.qute that implement TemplateNodeModifier and TypeClassDescriptionclassThis node holds a single expression such asfoo.bar.classA line separator.classTemplate parameter declaration.classSection node.classStatic text.Fields in io.quarkus.qute with type parameters of type TemplateNodeModifier and TypeFieldDescriptionSectionBlock.nodesSection content - an immutable list of template nodes.Methods in io.quarkus.qute that return types with arguments of type TemplateNodeModifier and TypeMethodDescriptionTemplate.findNodes(Predicate<TemplateNode> predicate) Returns all nodes of this template that match the given predicate.Template.getNodes()Returns the child nodes of the root node.Method parameters in io.quarkus.qute with type arguments of type TemplateNodeModifier and TypeMethodDescriptionTemplate.findNodes(Predicate<TemplateNode> predicate) Returns all nodes of this template that match the given predicate.Constructor parameters in io.quarkus.qute with type arguments of type TemplateNodeModifierConstructorDescriptionSectionBlock(TemplateNode.Origin origin, String id, String label, Map<String, String> parameters, Map<String, Expression> expressions, List<TemplateNode> nodes, List<String> positionalParameters) -
Uses of TemplateNode in io.quarkus.qute.trace
Methods in io.quarkus.qute.trace that return TemplateNodeModifier and TypeMethodDescriptionResolveEvent.getTemplateNode()Returns the template node currently being resolved.Constructors in io.quarkus.qute.trace with parameters of type TemplateNodeModifierConstructorDescriptionResolveEvent(TemplateNode templateNode, ResolutionContext context, Engine engine) Creates a newResolveEventfor the given template node, resolution context, and engine.