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 |
---|---|
@Nullable ConfigurationData |
ConfigurationManager.getConfiguration(@NotNull org.apache.sling.api.resource.Resource resource,
@NotNull String configName)
Get configuration data for the given context resource and configuration name.
|
@Nullable ConfigurationData |
ConfigurationManager.newCollectionItem(@NotNull org.apache.sling.api.resource.Resource resource,
@NotNull 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 |
---|---|
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–2018 The Apache Software Foundation. All rights reserved.