| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.extension | |
| com.mitchellbosecke.pebble.extension.core | |
| com.mitchellbosecke.pebble.extension.i18n |
| Modifier and Type | Method and Description |
|---|---|
Function |
ExtensionRegistry.getFunction(String name) |
| 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 |
class |
RangeFunction
Range function to iterate over long or a string with a length of 1.
|
| 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() |
Copyright © 2019. All rights reserved.