org.apache.sling.scripting.sightly.use.UseProvider
interface instead.public interface UseProvider extends java.lang.Comparable<UseProvider>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
priority()
Deprecated.
The priority with which this use provider should be selected.
|
ProviderOutcome |
provide(java.lang.String identifier,
RenderContext renderContext,
javax.script.Bindings arguments)
Deprecated.
Provide an instance based on the given identifier
|
static final int DEFAULT_PRIORITY
ProviderOutcome provide(java.lang.String identifier, RenderContext renderContext, javax.script.Bindings arguments)
identifier - the identifier of the dependencyrenderContext - the current rendering contextarguments - Specific arguments provided by the use pluginint priority()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"