-
- All Known Subinterfaces:
Mustache.StandaloneSection
- All Known Implementing Classes:
Mustache.AbstractSectionSegment
,Mustache.BlockSegment
,Mustache.InvertedSegment
,Mustache.ParentTemplateSegment
,Mustache.SectionSegment
- Enclosing class:
- Mustache
protected static interface Mustache.BlockReplaceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Template.Segment
replaceBlocks(java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)
-
-
-
Method Detail
-
replaceBlocks
Template.Segment replaceBlocks(java.util.Map<java.lang.String,Mustache.BlockSegment> blocks)
-
-