| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
PebbleEngine.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
Extension.getFunctions()
Use this method to provide custom functions.
|
Map<String,Function> |
AbstractExtension.getFunctions() |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxFunction |
class |
MinFunction |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
CoreExtension.getFunctions() |
| Modifier and Type | Class and Description |
|---|---|
class |
i18nFunction |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
I18nExtension.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
EvaluationContext.getFunctions() |
| Constructor and Description |
|---|
EvaluationContext(PebbleTemplateImpl self,
boolean strictVariables,
Locale locale,
Map<String,Filter> filters,
Map<String,Test> tests,
Map<String,Function> functions,
ExecutorService executorService,
ScopeChain scopeChain,
InheritanceChain inheritanceChain)
Constructor used to provide all final variables.
|
Copyright © 2015. All rights reserved.