| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
ExtensionRegistry |
PebbleEngine.getExtensionRegistry()
Returns the extension registry.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionRegistry |
EvaluationContext.getExtensionRegistry()
Returns the extension registry used to access all of the tests/filters/functions
|
| 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.