public interface UseProvider
A UseProvider
instantiates objects for the Use-API. Providers are queried in the descending order of their
service ranking
until one is found which can provide a non-null instance.
The default value for the ranking if the property is missing is zero.
Modifier and Type | Method and Description |
---|---|
ProviderOutcome |
provide(String identifier,
RenderContext renderContext,
javax.script.Bindings arguments)
Provide an instance based on the given identifier
|
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 plugin"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"