public class BindingsValuesProvidersByContextImpl extends Object implements org.apache.sling.scripting.api.BindingsValuesProvidersByContext, org.osgi.util.tracker.ServiceTrackerCustomizer
BindingsValuesProvidersByContext implementation| Modifier and Type | Field and Description |
|---|---|
static String[] |
DEFAULT_CONTEXT_ARRAY |
| Constructor and Description |
|---|
BindingsValuesProvidersByContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext ctx) |
Object |
addingService(org.osgi.framework.ServiceReference reference) |
void |
deactivate(org.osgi.service.component.ComponentContext ctx) |
Collection<org.apache.sling.scripting.api.BindingsValuesProvider> |
getBindingsValuesProviders(ScriptEngineFactory scriptEngineFactory,
String context) |
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service) |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
public static final String[] DEFAULT_CONTEXT_ARRAY
public BindingsValuesProvidersByContextImpl()
public void activate(org.osgi.service.component.ComponentContext ctx)
public void deactivate(org.osgi.service.component.ComponentContext ctx)
public Collection<org.apache.sling.scripting.api.BindingsValuesProvider> getBindingsValuesProviders(ScriptEngineFactory scriptEngineFactory, String context)
getBindingsValuesProviders in interface org.apache.sling.scripting.api.BindingsValuesProvidersByContextpublic Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizerpublic void modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerpublic void removedService(org.osgi.framework.ServiceReference reference,
Object service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.