| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
ScopeChain |
ScopeChain.deepCopy()
Creates a deep copy of the ScopeChain.
|
ScopeChain |
EvaluationContextImpl.getScopeChain()
Returns the scope chain data structure that allows variables to be added/removed from the
current scope and retrieved from the nearest visible scopes.
|
| 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.
|
GlobalContext(ScopeChain scopeChain) |
Copyright © 2018. All rights reserved.