| Constructor and Description |
|---|
ExecutionContextBuilder(MustacheEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext |
build(boolean debugMode)
Deprecated.
The builder pattern does not make much sense here. Use
build(MustacheEngine, Object, boolean) instead. |
static ExecutionContext |
build(MustacheEngine engine,
Object data,
boolean debugMode) |
ExecutionContextBuilder |
withData(Object data) |
public ExecutionContextBuilder(MustacheEngine engine)
engine - public ExecutionContextBuilder withData(Object data)
data - @Deprecated public ExecutionContext build(boolean debugMode)
build(MustacheEngine, Object, boolean) instead.debugMode - public static ExecutionContext build(MustacheEngine engine, Object data, boolean debugMode)
engine - data - debugMode - Copyright © 2015. All Rights Reserved.