@Internal public class SectionSegment extends Object
The content is not rendered if there is no object found in the context, or the found object is:
The content is rendered one or more times if there is an object found in the context. If the found object is:
Lambda
,
InvertedSectionSegment
Constructor and Description |
---|
SectionSegment(String text,
Origin origin,
List<Segment> segments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOrigin, getTagInfo, getText
forEach, spliterator
public SegmentType getType()
public Appendable execute(Appendable appendable, ExecutionContext context)
Segment
public Appendable fn(Appendable appendable, ExecutionContext context)
Options.fn()
,
Options.fn(Appendable)
public String getLiteralBlock()
Segment
getLiteralBlock
in interface Segment
Lambda.InputType.LITERAL
,
HelperDefinition.getContentLiteralBlock()
public String getContentLiteralBlock()
getContentLiteralBlock
in interface ContainerSegment
public List<Segment> getSegments()
getSegments
in interface ContainerSegment
public int getSegmentsSize(boolean recursive)
getSegmentsSize
in interface ContainerSegment
protected String getSegmentName()
protected List<MustacheTagInfo> getDirectChildTags()
public String getText()
public Origin getOrigin()
public MustacheTagInfo getTagInfo()
getTagInfo
in interface Segment
null
if the
segment does not represent a tag (e.g. SegmentType.TEXT
)protected Template getTemplate()
protected MustacheEngine getEngine()
protected Configuration getEngineConfiguration()
protected String getDefaultStartDelimiter()
protected String getDefaultEndDelimiter()
protected boolean isHandlebarsSupportEnabled()
protected Appendable append(Appendable appendable, String text)
protected Appendable appendText(Appendable appendable)
protected MustacheTagType getTagType()
Copyright © 2017. All rights reserved.