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
public class FormatFilter extends AbstractFilter
Implementation for the format filter & runtime support.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMAT_OPTIONstatic StringTIMEZONE_OPTIONstatic StringTYPE_OPTION-
Fields inherited from class org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
NON_PARAMETRIZABLE_CONTEXTS, priority
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Expressionapply(Expression expression, Map<String,ExpressionNode> options)static FormatFiltergetInstance()-
Methods inherited from class org.apache.sling.scripting.sightly.impl.filter.AbstractFilter
apply, compareTo, equals, getApplicableContexts, getOptions, getRequiredOptions, hashCode, priority
-
-
-
-
Field Detail
-
FORMAT_OPTION
public static final String FORMAT_OPTION
- See Also:
- Constant Field Values
-
TYPE_OPTION
public static final String TYPE_OPTION
- See Also:
- Constant Field Values
-
TIMEZONE_OPTION
public static final String TIMEZONE_OPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static FormatFilter getInstance()
-
apply
protected Expression apply(Expression expression, Map<String,ExpressionNode> options)
- Specified by:
applyin classAbstractFilter
-
-