Uses of Class
com.samskivert.mustache.Template.Segment
-
-
Uses of Template.Segment in com.samskivert.mustache
Subclasses of Template.Segment in com.samskivert.mustache Modifier and Type Class Description protected static classMustache.AbstractPartialSegmentAn abstract segment that is a template include.protected static classMustache.AbstractSectionSegmentA helper class for section-like segments.protected static classMustache.BlockSegmentA parent partial parameter using $ as the sigil.protected static classMustache.FauxSegmentprotected static classMustache.IncludedTemplateSegmentA segment that loads and executes a sub-template by spec called a partial.protected static classMustache.InvertedSegmentA segment that represents an inverted section.protected static classMustache.NamedSegmentA helper class for named segments.protected static classMustache.ParentTemplateSegmentA segment that loads and executes a parent template by spec called inheritance.protected static classMustache.SectionSegmentA segment that represents a section.protected static classMustache.StringSegmentA simple segment that reproduces a string.protected static classMustache.VariableSegmentA segment that substitutes the contents of a variable.Fields in com.samskivert.mustache declared as Template.Segment Modifier and Type Field Description protected Template.Segment[]Mustache.AbstractSectionSegment. _segsprotected Template.Segment[]Mustache.ParentTemplateSegment. _segsprotected Template.Segment[]Template. _segsFields in com.samskivert.mustache with type parameters of type Template.Segment Modifier and Type Field Description protected java.util.List<Template.Segment>Mustache.Accumulator. _segsMethods in com.samskivert.mustache that return Template.Segment Modifier and Type Method Description Template.Segment[]Mustache.AbstractSectionSegment. _segs()Template.Segment[]Mustache.ParentTemplateSegment. _segs()Template.Segment[]Mustache.StandaloneSection. _segs()Template.Segment[]Mustache.Accumulator. finish()(package private) abstract Template.SegmentTemplate.Segment. indent(java.lang.String indent, boolean first, boolean last)Recursively indent by the parameter indent.(package private) static Template.Segment[]Mustache. indentSegs(Template.Segment[] _segs, java.lang.String indent, boolean _first, boolean _last)Indents segments by indent.private static Template.Segment[]Mustache.ParentTemplateSegment. removeNonBlocks(Template.Segment[] segs)Template.SegmentMustache.BlockReplaceable. replaceBlocks(java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)(package private) static Template.Segment[]Mustache. replaceBlockSegs(Template.Segment[] _segs, java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)protected static Template.Segment[]Mustache. trim(Template.Segment[] segs, boolean top)Methods in com.samskivert.mustache with parameters of type Template.Segment Modifier and Type Method Description protected Template.FragmentTemplate. createFragment(Template.Segment[] segs, Template.Context currentCtx)(package private) static Template.Segment[]Mustache. indentSegs(Template.Segment[] _segs, java.lang.String indent, boolean _first, boolean _last)Indents segments by indent.private static Template.Segment[]Mustache.ParentTemplateSegment. removeNonBlocks(Template.Segment[] segs)(package private) static Template.Segment[]Mustache. replaceBlockSegs(Template.Segment[] _segs, java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)protected static Template.Segment[]Mustache. trim(Template.Segment[] segs, boolean top)
-