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 interfaceMustache.StandaloneSectionClasses in com.samskivert.mustache that implement Mustache.BlockReplaceable Modifier and Type Class Description protected static classMustache.AbstractSectionSegmentA helper class for section-like segments.protected static classMustache.BlockSegmentA parent partial parameter using $ as the sigil.protected static classMustache.InvertedSegmentA segment that represents an inverted section.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.
-