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 Stringprotected static final Stringprotected booleanprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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:RuntimeExtensionCall theRuntimeExtension- Specified by:
callin interfaceRuntimeExtension- Parameters:
renderContext- the runtime contextarguments- the call arguments- Returns:
- an extension instance
-