Uses of Interface
org.apache.sling.scripting.sightly.impl.filter.Filter
-
Packages that use Filter Package Description org.apache.sling.scripting.sightly.impl.compiler.frontend org.apache.sling.scripting.sightly.impl.filter org.apache.sling.scripting.sightly.impl.html.dom -
-
Uses of Filter in org.apache.sling.scripting.sightly.impl.compiler.frontend
Constructor parameters in org.apache.sling.scripting.sightly.impl.compiler.frontend with type arguments of type Filter Constructor Description ExpressionWrapper(PushStream stream, List<Filter> filters, Set<String> knownExpressionOptions) -
Uses of Filter in org.apache.sling.scripting.sightly.impl.filter
Classes in org.apache.sling.scripting.sightly.impl.filter that implement Filter Modifier and Type Class Description classAbstractFilterclassFormatFilterImplementation for the format filter & runtime support.classI18nFilterFilter for i18n translationclassJoinFilterFilter providing support for thejoinoption applied to arrays.classURIManipulationFilterTheURIManipulationFilterprovides support for Sightly's URI Manipulation options according to the language specificationclassXSSFilterXSS filter implementation.Methods in org.apache.sling.scripting.sightly.impl.filter with parameters of type Filter Modifier and Type Method Description intAbstractFilter. compareTo(Filter o) -
Uses of Filter in org.apache.sling.scripting.sightly.impl.html.dom
Constructor parameters in org.apache.sling.scripting.sightly.impl.html.dom with type arguments of type Filter Constructor Description MarkupHandler(PushStream stream, Map<String,Plugin> pluginRegistry, List<Filter> filters, Set<String> knownExpressionOptions)
-