Uses of Interface
io.pebbletemplates.pebble.extension.Filter
-
Packages that use Filter Package Description io.pebbletemplates.pebble.extension io.pebbletemplates.pebble.extension.core io.pebbletemplates.pebble.extension.escaper io.pebbletemplates.pebble.node.expression -
-
Uses of Filter in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type Filter Modifier and Type Field Description private java.util.Map<java.lang.String,Filter>ExtensionRegistry. filtersFilters used during the evaluation phase.Methods in io.pebbletemplates.pebble.extension that return Filter Modifier and Type Method Description FilterExtensionRegistry. getFilter(java.lang.String name)Methods in io.pebbletemplates.pebble.extension that return types with arguments of type Filter Modifier and Type Method Description java.util.Map<java.lang.String,Filter>AbstractExtension. getFilters()java.util.Map<java.lang.String,Filter>Extension. getFilters()Use this method to provide custom filters.java.util.Map<java.lang.String,Filter>ExtensionCustomizer. getFilters() -
Uses of Filter in io.pebbletemplates.pebble.extension.core
Classes in io.pebbletemplates.pebble.extension.core that implement Filter Modifier and Type Class Description classAbbreviateFilterclassAbsFilterclassBase64DecoderFilterThis class implements the 'base64encode' filter.classBase64EncoderFilterThis class implements the 'base64encode' filter.classCapitalizeFilterclassDateFilterclassDefaultFilterclassFirstFilterReturns the first element of a collectionclassJoinFilterConcatenates all entries of a collection, optionally glued together with a particular character such as a comma.classLastFilterReturns the last element of a collectionclassLengthFilterclassLowerFilterclassMergeFilterclassNl2brFilterclassNumberFormatFilterclassReplaceFilterThis class implements the 'replace' filter.classReverseFilterRevert the order of an input listclassRsortFilterSort list items in the reverse orderclassSha256FilterThis class implements the 'sha256' filter.classSliceFilterclassSortFilterclassSplitFilterclassTitleFilterclassTrimFilterclassUpperFilterclassUrlEncoderFilterMethods in io.pebbletemplates.pebble.extension.core that return types with arguments of type Filter Modifier and Type Method Description java.util.Map<java.lang.String,Filter>CoreExtension. getFilters() -
Uses of Filter in io.pebbletemplates.pebble.extension.escaper
Classes in io.pebbletemplates.pebble.extension.escaper that implement Filter Modifier and Type Class Description classEscapeFilterclassRawFilterMethods in io.pebbletemplates.pebble.extension.escaper that return types with arguments of type Filter Modifier and Type Method Description java.util.Map<java.lang.String,Filter>EscaperExtension. getFilters() -
Uses of Filter in io.pebbletemplates.pebble.node.expression
Fields in io.pebbletemplates.pebble.node.expression declared as Filter Modifier and Type Field Description private FilterFilterExpression. filterSave the filter instance on the first evaluation.
-