| Package | Description |
|---|---|
| org.trimou.engine.segment |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerSegment
Segment which contains other segments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentSegment
Comment segment.
|
class |
ExtendSectionSegment
Either defines a section to be extended/overrided, or an extending/defining
section.
|
class |
ExtendSegment
This segment extends some template and overrides its extending sections.
|
class |
InvertedSectionSegment
Inverted section segment.
|
class |
LineSeparatorSegment
Segment representing a line separator.
|
class |
PartialSegment
Partial segment.
|
class |
SectionSegment
Section segment.
|
class |
SetDelimitersSegment
Set the new tag delimiters.
|
class |
TemplateSegment
Template segment (aka Mustache template).
|
class |
TextSegment
Text segment.
|
class |
ValueSegment
Value segment (aka variable tag).
|
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
ContainerSegment.getSegments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSegment.addSegment(Segment segment) |
void |
ExtendSegment.addSegment(Segment segment) |
Copyright © 2014. All Rights Reserved.