| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
EvaluationOptions |
PebbleEngine.getEvaluationOptions() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationOptions |
EvaluationContextImpl.getEvaluationOptions()
Returns the evaluation options.
|
EvaluationOptions |
EvaluationOptions.setAllowGetClass(boolean allowGetClass) |
EvaluationOptions |
EvaluationOptions.setGreedyMatchMethod(boolean greedyMatchMethod) |
| 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.