public class SearchSource extends Object implements org.apache.sling.capabilities.CapabilitiesSource
Modifier and Type | Class and Description |
---|---|
static interface |
SearchSource.Config |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_QUERY |
static String |
NAMESPACE |
static String |
SSA_PROP_NAME |
static String |
SUBSERVICE_NAME |
Constructor and Description |
---|
SearchSource() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(SearchSource.Config cfg,
org.osgi.service.component.ComponentContext ctx) |
Map<String,Object> |
getCapabilities(org.apache.sling.api.resource.ResourceResolver rr) |
String |
getNamespace() |
public static final String NAMESPACE
public static final String SSA_PROP_NAME
public static final String SUBSERVICE_NAME
public static final String DEFAULT_QUERY
protected void activate(SearchSource.Config cfg, org.osgi.service.component.ComponentContext ctx)
public Map<String,Object> getCapabilities(org.apache.sling.api.resource.ResourceResolver rr) throws Exception
getCapabilities
in interface org.apache.sling.capabilities.CapabilitiesSource
Exception
public String getNamespace()
getNamespace
in interface org.apache.sling.capabilities.CapabilitiesSource
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.