Uses of Interface
io.pebbletemplates.pebble.extension.Function
-
Packages that use Function Package Description io.pebbletemplates.pebble.extension io.pebbletemplates.pebble.extension.core io.pebbletemplates.pebble.extension.i18n io.pebbletemplates.pebble.node.expression -
-
Uses of Function in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type Function Modifier and Type Field Description private java.util.Map<java.lang.String,Function>
ExtensionRegistry. functions
Functions used during the evaluation phase.Methods in io.pebbletemplates.pebble.extension that return Function Modifier and Type Method Description Function
ExtensionRegistry. getFunction(java.lang.String name)
Methods in io.pebbletemplates.pebble.extension that return types with arguments of type Function Modifier and Type Method Description java.util.Map<java.lang.String,Function>
AbstractExtension. getFunctions()
java.util.Map<java.lang.String,Function>
Extension. getFunctions()
Use this method to provide custom functions.java.util.Map<java.lang.String,Function>
ExtensionCustomizer. getFunctions()
-
Uses of Function in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement Function Modifier and Type Class Description class
MaxFunction
class
MinFunction
class
RangeFunction
Range function to iterate over long or a string with a length of 1.Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type Function Modifier and Type Method Description java.util.Map<java.lang.String,Function>
CoreExtension. getFunctions()
-
Uses of Function in io.pebbletemplates.pebble.extension.i18n
Classes in io.pebbletemplates.pebble.extension.i18n that implement Function Modifier and Type Class Description class
i18nFunction
Methods in io.pebbletemplates.pebble.extension.i18n that return types with arguments of type Function Modifier and Type Method Description java.util.Map<java.lang.String,Function>
I18nExtension. getFunctions()
-
Uses of Function in io.pebbletemplates.pebble.node.expression
Methods in io.pebbletemplates.pebble.node.expression with parameters of type Function Modifier and Type Method Description private java.lang.Object
FunctionOrMacroInvocationExpression. applyFunction(PebbleTemplateImpl self, EvaluationContextImpl context, Function function, ArgumentsNode args)
-