Uses of Class
com.samskivert.mustache.Mustache.BlockSegment
-
Uses of Mustache.BlockSegment in com.samskivert.mustache
Fields in com.samskivert.mustache with type parameters of type Mustache.BlockSegmentModifier and TypeFieldDescriptionprotected final Map
<String, Mustache.BlockSegment> Mustache.ParentTemplateSegment._blocks
Methods in com.samskivert.mustache that return Mustache.BlockSegmentModifier and TypeMethodDescriptionprotected Mustache.BlockSegment
Mustache.BlockSegment.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Method parameters in com.samskivert.mustache with type arguments of type Mustache.BlockSegmentModifier and TypeMethodDescriptionMustache.BlockReplaceable.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Mustache.BlockSegment.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Mustache.InvertedSegment.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Mustache.ParentTemplateSegment.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) Mustache.SectionSegment.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) protected Template
Template.replaceBlocks
(Map<String, Mustache.BlockSegment> blocks) (package private) static Template.Segment[]
Mustache.replaceBlockSegs
(Template.Segment[] _segs, Map<String, Mustache.BlockSegment> blocks) Constructors in com.samskivert.mustache with parameters of type Mustache.BlockSegmentModifierConstructorDescriptionprotected
BlockSegment
(Mustache.BlockSegment original, Template.Segment[] segs) Constructor parameters in com.samskivert.mustache with type arguments of type Mustache.BlockSegmentModifierConstructorDescriptionprivate
ParentTemplateSegment
(Mustache.ParentTemplateSegment original, Template.Segment[] segs, String indent, Map<String, Mustache.BlockSegment> blocks)