Package | Description |
---|---|
org.apache.sling.caconfig.management |
Management API of the Context-Aware configuration implementation.
|
org.apache.sling.caconfig.management.impl |
Modifier and Type | Method and Description |
---|---|
ConfigurationData |
ConfigurationManager.getConfiguration(org.apache.sling.api.resource.Resource resource,
String configName)
Get configuration data for the given context resource and configuration name.
|
ConfigurationData |
ConfigurationManager.newCollectionItem(org.apache.sling.api.resource.Resource resource,
String configName)
Creates a new empty configuration data item for a configuration data collection for the given configuration name.
|
Modifier and Type | Method and Description |
---|---|
Collection<ConfigurationData> |
ConfigurationCollectionData.getItems() |
Modifier and Type | Method and Description |
---|---|
ConfigurationData |
ConfigurationManagerImpl.getConfiguration(org.apache.sling.api.resource.Resource resource,
String configName) |
ConfigurationData |
ConfigurationManagerImpl.newCollectionItem(org.apache.sling.api.resource.Resource resource,
String configName) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.