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.persistConfigurationCollection(@NotNull Resource resource,
@NotNull java.lang.String configName,
@NotNull ConfigurationCollectionPersistData data)
Write configuration data collection using the inner-most context path as reference.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCollectionPersistData |
ConfigurationCollectionPersistData.properties(java.util.Map<java.lang.String,java.lang.Object> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationPersistenceStrategy2.persistConfigurationCollection(@NotNull ResourceResolver resourceResolver,
@NotNull java.lang.String configResourceCollectionParentPath,
@NotNull ConfigurationCollectionPersistData data)
Stores configuration data for a configuration resource collection.
|
boolean |
ConfigurationPersistenceStrategy.persistConfigurationCollection(@NotNull ResourceResolver resourceResolver,
@NotNull java.lang.String configResourceCollectionParentPath,
@NotNull ConfigurationCollectionPersistData data)
Deprecated.
Stores configuration data for a configuration resource collection.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.