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._blocksMethods in com.samskivert.mustache that return Mustache.BlockSegmentModifier and TypeMethodDescriptionprotected Mustache.BlockSegmentMustache.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 TemplateTemplate.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.BlockSegmentModifierConstructorDescriptionprotectedBlockSegment(Mustache.BlockSegment original, Template.Segment[] segs) Constructor parameters in com.samskivert.mustache with type arguments of type Mustache.BlockSegmentModifierConstructorDescriptionprivateParentTemplateSegment(Mustache.ParentTemplateSegment original, Template.Segment[] segs, String indent, Map<String, Mustache.BlockSegment> blocks)