Module com.samskivert.jmustache
Package com.samskivert.mustache
Interface Mustache.StandaloneSection
- All Superinterfaces:
Mustache.BlockReplaceable
- All Known Implementing Classes:
Mustache.AbstractSectionSegment
,Mustache.BlockSegment
,Mustache.InvertedSegment
,Mustache.ParentTemplateSegment
,Mustache.SectionSegment
- Enclosing class:
Mustache
-
Method Summary
Modifier and TypeMethodDescription_segs()
default boolean
boolean
boolean
default boolean
void
standaloneEnd
(boolean standaloneEnd) void
standaloneStart
(boolean standaloneStart) default void
default void
Methods inherited from interface com.samskivert.mustache.Mustache.BlockReplaceable
replaceBlocks
-
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()
-