Uses of Class
com.samskivert.mustache.Mustache.SectionSegment
-
-
Uses of Mustache.SectionSegment in com.samskivert.mustache
Methods in com.samskivert.mustache that return Mustache.SectionSegment Modifier and Type Method Description protected Mustache.SectionSegment
Mustache.SectionSegment. indent(java.lang.String indent, boolean first, boolean last)
Mustache.SectionSegment
Mustache.SectionSegment. replaceBlocks(java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)
Constructors in com.samskivert.mustache with parameters of type Mustache.SectionSegment Constructor Description SectionSegment(Mustache.SectionSegment original, Template.Segment[] segs)
-