| 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,
java.lang.Object data,
boolean debugMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineSeparatorSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
RootSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
Segment.execute(java.lang.Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
void |
CommentSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
InvertedSectionSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
SectionSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
ValueSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
ExtendSectionSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
PartialSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
TextSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
ExtendSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
void |
SetDelimitersSegment.execute(java.lang.Appendable appendable,
ExecutionContext context) |
protected void |
ExtendSectionSegment.executeNoDefiningLookup(java.lang.Appendable appendable,
ExecutionContext context) |
void |
SectionSegment.fn(java.lang.Appendable appendable,
ExecutionContext context) |
void |
ValueSegment.fn(java.lang.Appendable appendable,
ExecutionContext context) |
Copyright © 2014. All Rights Reserved.