| Package | Description | 
|---|---|
| org.apache.sling.caconfig.management | 
 Management API of the Context-Aware configuration implementation. 
 | 
| org.apache.sling.caconfig.spi | 
 SPI for applications hooking into the configuration infrastructure for parameterizing and customizing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationManager.persistConfiguration(@NotNull Resource resource,
                    @NotNull java.lang.String configName,
                    @NotNull ConfigurationPersistData data)
Write configuration data to repository using the inner-most context path as reference. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigurationPersistData | 
ConfigurationPersistData.collectionItemName(java.lang.String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ConfigurationPersistenceStrategy2.persistConfiguration(@NotNull ResourceResolver resourceResolver,
                    @NotNull java.lang.String configResourcePath,
                    @NotNull ConfigurationPersistData data)
Stores configuration data for a singleton configuration resource. 
 | 
boolean | 
ConfigurationPersistenceStrategy.persistConfiguration(@NotNull ResourceResolver resourceResolver,
                    @NotNull java.lang.String configResourcePath,
                    @NotNull ConfigurationPersistData data)
Deprecated.  
Stores configuration data for a singleton configuration resource. 
 | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.