Package | Description |
---|---|
org.apache.sling.caconfig.management |
Management API of the Context-Aware configuration implementation.
|
Modifier and Type | Method and Description |
---|---|
@Nullable ConfigurationData |
ConfigurationManager.getConfiguration(@NotNull Resource resource,
@NotNull java.lang.String configName)
Get configuration data for the given context resource and configuration name.
|
@Nullable ConfigurationData |
ConfigurationManager.newCollectionItem(@NotNull Resource resource,
@NotNull java.lang.String configName)
Creates a new empty configuration data item for a configuration data collection for the given configuration name.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.