Package | Description |
---|---|
org.trimou.engine.context | |
org.trimou.engine.segment |
Modifier and Type | Method and Description |
---|---|
Segment |
ExecutionContext.getDefiningSection(String name) |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecutionContext.setDefiningSections(Iterable<Segment> segments)
Associate the given defining sections with the context, but only if no
defining section with the same name is already associated.
|
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 |
RootSegment
The root segment of a template.
|
class |
SectionSegment
Section segment.
|
class |
SetDelimitersSegment
Set the new tag delimiters.
|
class |
TextSegment
Text segment.
|
class |
ValueSegment
Value segment (aka variable tag).
|
Modifier and Type | Method and Description |
---|---|
List<Segment> |
ContainerSegment.getSegments() |
Constructor and Description |
---|
ExtendSectionSegment(String text,
Origin origin,
List<Segment> segments) |
ExtendSegment(String text,
Origin origin,
List<Segment> segments) |
InvertedSectionSegment(String text,
Origin origin,
List<Segment> segments) |
RootSegment(Origin origin,
List<Segment> segments) |
SectionSegment(String text,
Origin origin,
List<Segment> segments) |
Copyright © 2017. All rights reserved.