| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
Hierarchy |
EvaluationContextImpl.getHierarchy()
Returns the data structure representing the entire hierarchy of the template currently being
evaluated.
|
| Constructor and Description |
|---|
EvaluationContextImpl(PebbleTemplateImpl self,
boolean strictVariables,
Locale locale,
ExtensionRegistry extensionRegistry,
PebbleCache<CacheKey,Object> tagCache,
ExecutorService executorService,
List<PebbleTemplateImpl> importedTemplates,
Map<String,PebbleTemplateImpl> namedImportedTemplates,
ScopeChain scopeChain,
Hierarchy hierarchy,
EvaluationOptions evaluationOptions)
Constructor used to provide all final variables.
|
Copyright © 2019. All rights reserved.