Class FormatFilterExtension
java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.extension.FormatFilterExtension
- All Implemented Interfaces:
RuntimeExtension
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected boolean
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
Fields inherited from interface org.apache.sling.scripting.sightly.extension.RuntimeExtension
FORMAT, I18N, INCLUDE, JOIN, NAME, RESOURCE, URI_MANIPULATION, USE, XSS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall
(RenderContext renderContext, Object... arguments) Call theRuntimeExtension
-
Field Details
-
FORMAT_OPTION
- See Also:
-
TYPE_OPTION
- See Also:
-
LOCALE_OPTION
- See Also:
-
TIMEZONE_OPTION
- See Also:
-
DATE_FORMAT_TYPE
- See Also:
-
NUMBER_FORMAT_TYPE
- See Also:
-
STRING_FORMAT_TYPE
- See Also:
-
hasIcuSupport
protected boolean hasIcuSupport
-
-
Constructor Details
-
FormatFilterExtension
public FormatFilterExtension()
-
-
Method Details
-
call
Description copied from interface:RuntimeExtension
Call theRuntimeExtension
- Specified by:
call
in interfaceRuntimeExtension
- Parameters:
renderContext
- the runtime contextarguments
- the call arguments- Returns:
- an extension instance
-