| Constructor and Description |
|---|
LineSeparatorSegment(String text,
Origin origin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(Appendable appendable,
String text) |
void |
execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
protected String |
getDefaultEndDelimiter() |
protected String |
getDefaultStartDelimiter() |
protected MustacheEngine |
getEngine() |
protected Configuration |
getEngineConfiguration() |
String |
getLiteralBlock() |
Origin |
getOrigin() |
protected String |
getSegmentName() |
MustacheTagInfo |
getTagInfo() |
protected String |
getTagLiteral(String content) |
protected MustacheTagType |
getTagType() |
TemplateSegment |
getTemplate() |
String |
getText() |
SegmentType |
getType() |
protected void |
checkModificationAllowed() |
protected boolean |
isHandlebarsSupportEnabled() |
protected boolean |
isReadOnly() |
void |
performPostProcessing()
Perform compilation post processing, e.g. optimization.
|
String |
toString() |
public SegmentType getType()
public void execute(Appendable appendable, ExecutionContext context)
Segmentpublic String getLiteralBlock()
getLiteralBlock in interface SegmentLambda.InputType.LITERALpublic String getText()
public Origin getOrigin()
public MustacheTagInfo getTagInfo()
getTagInfo in interface Segmentpublic void performPostProcessing()
SegmentperformPostProcessing in interface Segmentpublic TemplateSegment getTemplate()
protected boolean isReadOnly()
protected MustacheEngine getEngine()
protected Configuration getEngineConfiguration()
protected String getDefaultStartDelimiter()
protected String getDefaultEndDelimiter()
protected boolean isHandlebarsSupportEnabled()
protected String getSegmentName()
protected void append(Appendable appendable, String text)
protected void checkModificationAllowed()
protected MustacheTagType getTagType()
Copyright © 2014. All Rights Reserved.