@Internal public interface Segment
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
java.lang.String |
getLiteralBlock() |
Origin |
getOrigin() |
MustacheTagInfo |
getTagInfo() |
java.lang.String |
getText() |
SegmentType |
getType() |
SegmentType getType()
java.lang.String getText()
Origin getOrigin()
null in case of this
segment is a templateMustacheTagInfo getTagInfo()
java.lang.String getLiteralBlock()
Lambda.InputType.LITERALvoid execute(java.lang.Appendable appendable,
ExecutionContext context)
appendable - context - Copyright © 2014. All Rights Reserved.