Package | Description |
---|---|
org.trimou.engine.context | |
org.trimou.engine.segment |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecutionContext.getParent() |
static ExecutionContext |
ExecutionContexts.newGlobalExecutionContext(Configuration configuration) |
ExecutionContext |
ExecutionContext.setContextObject(Object object) |
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.
|
ExecutionContext |
ExecutionContext.setTemplateInvocation(Template template) |
Modifier and Type | Method and Description |
---|---|
Appendable |
SetDelimitersSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
ValueSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
LineSeparatorSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
ExtendSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
ExtendSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
Segment.execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
Appendable |
RootSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
CommentSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
InvertedSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
TextSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
SectionSegment.execute(Appendable appendable,
ExecutionContext context) |
Appendable |
PartialSegment.execute(Appendable appendable,
ExecutionContext context) |
protected Appendable |
ExtendSectionSegment.executeNoDefiningLookup(Appendable appendable,
ExecutionContext context) |
Appendable |
ValueSegment.fn(Appendable appendable,
ExecutionContext context) |
Appendable |
SectionSegment.fn(Appendable appendable,
ExecutionContext context) |
Copyright © 2017. All rights reserved.