java.lang.Object
io.quarkus.qute.ResultNode
io.quarkus.qute.TextNode
io.quarkus.qute.LineSeparatorNode
- All Implemented Interfaces:
TemplateNode
A line separator.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.qute.TemplateNode
TemplateNode.Kind, TemplateNode.Origin -
Field Summary
Fields inherited from class io.quarkus.qute.ResultNode
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.qute.TextNode
asText, getOrigin, getValue, isConstant, kind, process, resolve, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.qute.TemplateNode
asExpression, asParamDeclaration, asSection, getExpressions, getParameterDeclarations, isExpression, isSection, isText
-
Constructor Details
-
LineSeparatorNode
-