Interface Mustache.StandaloneSection

All Superinterfaces:
Mustache.BlockReplaceable
All Known Implementing Classes:
Mustache.AbstractSectionSegment, Mustache.BlockSegment, Mustache.InvertedSegment, Mustache.ParentTemplateSegment, Mustache.SectionSegment
Enclosing class:
Mustache

protected static interface Mustache.StandaloneSection extends Mustache.BlockReplaceable
  • Method Details

    • firstLeadsBlank

      default boolean firstLeadsBlank()
    • trimFirstBlank

      default void trimFirstBlank()
    • lastTrailsBlank

      default boolean lastTrailsBlank()
    • trimLastBlank

      default void trimLastBlank()
    • isStandaloneEnd

      boolean isStandaloneEnd()
    • isStandaloneStart

      boolean isStandaloneStart()
    • standaloneStart

      void standaloneStart(boolean standaloneStart)
    • standaloneEnd

      void standaloneEnd(boolean standaloneEnd)
    • _segs

      Template.Segment[] _segs()