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 class
AbstractFilter
class
FormatFilter
Implementation for the format filter & runtime support.class
I18nFilter
Filter for i18n translationclass
JoinFilter
Filter providing support for thejoin
option applied to arrays.class
URIManipulationFilter
TheURIManipulationFilter
provides support for Sightly's URI Manipulation options according to the language specificationclass
XSSFilter
XSS filter implementation.Methods in org.apache.sling.scripting.sightly.impl.filter with parameters of type Filter Modifier and Type Method Description int
AbstractFilter. 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)
-