| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
ScopeChain |
ScopeChain.deepCopy()
Creates a deep copy of the ScopeChain.
|
| Constructor and Description |
|---|
EvaluationContext(PebbleTemplateImpl self,
boolean strictVariables,
Locale locale,
Map<String,Filter> filters,
Map<String,Test> tests,
Map<String,Function> functions,
ExecutorService executorService,
ScopeChain scopeChain,
InheritanceChain inheritanceChain)
Constructor used to provide all final variables.
|
Copyright © 2015. All rights reserved.