Uses of Interface
io.quarkus.qute.TemplateNode
-
-
Uses of TemplateNode in io.quarkus.qute
Classes in io.quarkus.qute that implement TemplateNode Modifier and Type Class Description classLineSeparatorNodeA line separator.classParameterDeclarationNodeTemplate parameter declaration.classTextNodeStatic text.Constructor parameters in io.quarkus.qute with type arguments of type TemplateNode Constructor Description SectionBlock(TemplateNode.Origin origin, String id, String label, Map<String,String> parameters, Map<String,Expression> expressions, List<TemplateNode> nodes)
-