Uses of Interface
com.samskivert.mustache.Mustache.StandaloneSection
-
-
Uses of Mustache.StandaloneSection in com.samskivert.mustache
Classes in com.samskivert.mustache that implement Mustache.StandaloneSection Modifier and Type Class Description protected static class
Mustache.AbstractSectionSegment
A helper class for section-like segments.protected static class
Mustache.BlockSegment
A parent partial parameter using $ as the sigil.protected static class
Mustache.InvertedSegment
A segment that represents an inverted section.protected static class
Mustache.ParentTemplateSegment
A segment that loads and executes a parent template by spec called inheritance.protected static class
Mustache.SectionSegment
A segment that represents a section.
-