Class UseRuntimeExtension
java.lang.Object
org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension
- All Implemented Interfaces:
RuntimeExtension
Runtime extension for the USE plugin
-
Field Summary
Fields inherited from interface org.apache.sling.scripting.sightly.extension.RuntimeExtension
FORMAT, I18N, INCLUDE, JOIN, NAME, RESOURCE, URI_MANIPULATION, USE, XSS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncall
(RenderContext renderContext, Object... arguments) Call theRuntimeExtension
-
Constructor Details
-
UseRuntimeExtension
public UseRuntimeExtension()
-
-
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
-