Uses of Interface
io.pebbletemplates.pebble.extension.NamedArguments
-
-
Uses of NamedArguments in io.pebbletemplates.pebble.extension
Subinterfaces of NamedArguments in io.pebbletemplates.pebble.extension Modifier and Type Interface Description interfaceFilterinterfaceFunctioninterfaceTest -
Uses of NamedArguments in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement NamedArguments Modifier and Type Class Description classAbbreviateFilterclassAbsFilterclassBase64DecoderFilterThis class implements the 'base64encode' filter.classBase64EncoderFilterThis class implements the 'base64encode' filter.classCapitalizeFilterclassDateFilterclassDefaultFilterclassDefinedTestImplementation for the test function 'defined'.classEmptyTestclassEvenTestclassFirstFilterReturns the first element of a collectionclassIterableTestclassJoinFilterConcatenates all entries of a collection, optionally glued together with a particular character such as a comma.classLastFilterReturns the last element of a collectionclassLengthFilterclassLowerFilterclassMapTestclassMaxFunctionclassMergeFilterclassMinFunctionclassNl2brFilterclassNullTestclassNumberFormatFilterclassOddTestclassRangeFunctionRange function to iterate over long or a string with a length of 1.classReplaceFilterThis class implements the 'replace' filter.classReverseFilterRevert the order of an input listclassRsortFilterSort list items in the reverse orderclassSha256FilterThis class implements the 'sha256' filter.classSliceFilterclassSortFilterclassSplitFilterclassTitleFilterclassTrimFilterclassUpperFilterclassUrlEncoderFilter -
Uses of NamedArguments in io.pebbletemplates.pebble.extension.escaper
Classes in io.pebbletemplates.pebble.extension.escaper that implement NamedArguments Modifier and Type Class Description classEscapeFilterclassRawFilter -
Uses of NamedArguments in io.pebbletemplates.pebble.extension.i18n
Classes in io.pebbletemplates.pebble.extension.i18n that implement NamedArguments Modifier and Type Class Description classi18nFunction -
Uses of NamedArguments in io.pebbletemplates.pebble.node
Methods in io.pebbletemplates.pebble.node with parameters of type NamedArguments Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>ArgumentsNode. getArgumentMap(PebbleTemplateImpl self, EvaluationContextImpl context, NamedArguments invocableWithNamedArguments)Using hints from the filter/function/test/macro it will convert an ArgumentMap (which holds both positional and named arguments) into a regular Map that the filter/function/test/macro is expecting. -
Uses of NamedArguments in io.pebbletemplates.pebble.template
Subinterfaces of NamedArguments in io.pebbletemplates.pebble.template Modifier and Type Interface Description interfaceMacro
-