| Package | Description |
|---|---|
| org.trimou.engine.context | |
| org.trimou.engine.segment |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
ExecutionContextBuilder.build(boolean debugMode)
Deprecated.
The builder pattern does not make much sense here. Use
ExecutionContextBuilder.build(MustacheEngine, Object, boolean) instead. |
static ExecutionContext |
ExecutionContextBuilder.build(MustacheEngine engine,
Object data,
boolean debugMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
InvertedSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ExtendSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
SetDelimitersSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ValueSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
CommentSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
LineSeparatorSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
TextSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ExtendSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
Segment.execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
void |
RootSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
PartialSegment.execute(Appendable appendable,
ExecutionContext context) |
protected void |
ExtendSectionSegment.executeNoDefiningLookup(Appendable appendable,
ExecutionContext context) |
void |
SectionSegment.fn(Appendable appendable,
ExecutionContext context) |
void |
ValueSegment.fn(Appendable appendable,
ExecutionContext context) |
Copyright © 2015. All Rights Reserved.