| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
Hierarchy |
EvaluationContext.getHierarchy()
Returns the data structure representing the entire hierarchy of
the template currently being evaluated.
|
| Constructor and Description |
|---|
EvaluationContext(PebbleTemplateImpl self,
boolean strictVariables,
Locale locale,
ExtensionRegistry extensionRegistry,
com.google.common.cache.Cache<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 © 2018. All rights reserved.