Class XSSFilter
java.lang.Object
org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
org.apache.sling.scripting.sightly.impl.filter.XSSFilter
- All Implemented Interfaces:
Comparable<Filter>
,Filter
XSS filter implementation.
-
Field Summary
Fields inherited from class org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
NON_PARAMETRIZABLE_CONTEXTS, priority
-
Method Summary
Modifier and TypeMethodDescriptionprotected Expression
apply
(Expression expression, Map<String, ExpressionNode> options) static XSSFilter
Methods inherited from class org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
apply, compareTo, equals, getApplicableContexts, getOptions, getRequiredOptions, hashCode, priority
-
Method Details
-
getInstance
-
apply
- Specified by:
apply
in classAbstractFilter
-