| Package | Description |
|---|---|
| org.trimou.engine | |
| org.trimou.engine.config | |
| org.trimou.engine.context | |
| org.trimou.engine.resolver | |
| org.trimou.handlebars | |
| org.trimou.util |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
MustacheEngine.getConfiguration() |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AbstractConfigurationAware.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationFactory.createConfiguration(MustacheEngineBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ConfigurationAware.init(Configuration configuration)
Initialize the component.
|
void |
AbstractConfigurationAware.init(Configuration configuration)
When overriding this method, always call
super.init(config). |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext |
ExecutionContexts.newGlobalExecutionContext(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedIndexResolver.init(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static Helper |
SimpleHelpers.execute(BiConsumer<Options,Configuration> executionCallback) |
SimpleHelpers.Builder |
SimpleHelpers.Builder.execute(BiConsumer<Options,Configuration> executionCallback) |
SimpleHelpers.Builder |
SimpleHelpers.Builder.validate(BiConsumer<HelperDefinition,Configuration> validationCallback) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
Patterns.newMustacheTagPattern(Configuration configuration)
Delimiters are quoted to avoid regexp reserved characters conflict.
|
Copyright © 2017. All rights reserved.