org.apache.sling.scripting.sightly.use.UseProvider
interface instead.public interface UseProvider extends 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(String identifier,
RenderContext renderContext,
javax.script.Bindings arguments)
Deprecated.
Provide an instance based on the given identifier
|
compareTo
static final int DEFAULT_PRIORITY
ProviderOutcome provide(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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"