Uses of Interface
com.samskivert.mustache.Mustache.BlockReplaceable
-
-
Uses of Mustache.BlockReplaceable in com.samskivert.mustache
Subinterfaces of Mustache.BlockReplaceable in com.samskivert.mustache Modifier and Type Interface Description protected static interface
Mustache.StandaloneSection
Classes in com.samskivert.mustache that implement Mustache.BlockReplaceable 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.
-