Class FormatFilter
java.lang.Object
org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
org.apache.sling.scripting.sightly.impl.filter.FormatFilter
- All Implemented Interfaces:
Comparable<Filter>
,Filter
Implementation for the format filter & runtime support.
-
Field Summary
FieldsFields 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 FormatFilter
Methods inherited from class org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
apply, compareTo, equals, getApplicableContexts, getOptions, getRequiredOptions, hashCode, priority
-
Field Details
-
FORMAT_OPTION
- See Also:
-
TYPE_OPTION
- See Also:
-
TIMEZONE_OPTION
- See Also:
-
-
Method Details
-
getInstance
-
apply
- Specified by:
apply
in classAbstractFilter
-