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