Uses of Class
com.samskivert.mustache.Mustache.AbstractPartialSegment
-
-
Uses of Mustache.AbstractPartialSegment in com.samskivert.mustache
Subclasses of Mustache.AbstractPartialSegment in com.samskivert.mustache Modifier and Type Class Description protected static class
Mustache.IncludedTemplateSegment
A segment that loads and executes a sub-template by spec called a partial.protected static class
Mustache.ParentTemplateSegment
A segment that loads and executes a parent template by spec called inheritance.
-