public class SlingServletsSource extends Object implements CapabilitiesSource
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlingServletsSource.Config |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_PREFIX |
| Constructor and Description |
|---|
SlingServletsSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(SlingServletsSource.Config cfg,
org.osgi.service.component.ComponentContext ctx) |
Map<String,Object> |
getCapabilities() |
String |
getNamespace() |
public static final String NAMESPACE_PREFIX
public void activate(SlingServletsSource.Config cfg, org.osgi.service.component.ComponentContext ctx)
public String getNamespace()
getNamespace in interface CapabilitiesSourcepublic Map<String,Object> getCapabilities() throws Exception
getCapabilities in interface CapabilitiesSourceException - if the capabilities could not be computed.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.