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.BlockSegmentA helper class for block segments.protected static classMustache.FauxSegmentprotected static classMustache.IncludedTemplateSegmentA segment that loads and executes a sub-template.protected static classMustache.InvertedSegmentA segment that represents an inverted section.protected static classMustache.NamedSegmentA helper class for named segments.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.BlockSegment. _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.Accumulator. finish()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)protected static Template.Segment[]Mustache. trim(Template.Segment[] segs, boolean top)Constructors in com.samskivert.mustache with parameters of type Template.Segment Constructor Description BlockSegment(java.lang.String name, Template.Segment[] segs, int line)InvertedSegment(Mustache.Compiler compiler, java.lang.String name, Template.Segment[] segs, int line)SectionSegment(Mustache.Compiler compiler, java.lang.String name, Template.Segment[] segs, int line)Template(Template.Segment[] segs, Mustache.Compiler compiler)
-