Package io.quarkus.qute
Class TextNode
java.lang.Object
io.quarkus.qute.ResultNode
io.quarkus.qute.TextNode
- All Implemented Interfaces:
TemplateNode
- Direct Known Subclasses:
LineSeparatorNode
Static text.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.qute.TemplateNode
TemplateNode.Origin -
Field Summary
Fields inherited from class io.quarkus.qute.ResultNode
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanvoidresolve(ResolutionContext context) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.qute.TemplateNode
getExpressions, getParameterDeclarations, isSection
-
Constructor Details
-
TextNode
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceTemplateNode- Returns:
- the result node
-
getOrigin
- Specified by:
getOriginin interfaceTemplateNode- Returns:
- the origin of the node
-
isConstant
public boolean isConstant()- Specified by:
isConstantin interfaceTemplateNode- Returns:
trueif the node represents a constant
-
getValue
-
process
- Specified by:
processin classResultNode
-
toString
-