| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.listener | |
| org.trimou.engine.parser |
| Modifier and Type | Method and Description |
|---|---|
Mustache |
MustacheEngine.compileMustache(String templateContent)
Compile the given template.
|
Mustache |
MustacheEngine.compileMustache(String name,
String templateContent)
Compile the given template.
|
Mustache |
MustacheEngine.getMustache(String name)
Get the compiled template with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Mustache |
MustacheCompilationEvent.getMustache() |
| Modifier and Type | Method and Description |
|---|---|
Collection<EnhancedStatsCollector.ExecutionData> |
EnhancedStatsCollector.getRawData(Mustache mustache) |
AbstractStatsCollector.Stats |
EnhancedStatsCollector.getStats(Mustache mustache) |
| Modifier and Type | Class and Description |
|---|---|
class |
Template
A Mustache template.
|
| Modifier and Type | Method and Description |
|---|---|
Mustache |
ParsingHandler.getCompiledTemplate() |
Copyright © 2017. All rights reserved.