@Version("2.1.2")
Package org.apache.sling.caconfig.resource.spi
SPI for applications hooking into the configuration resource infrastructure for parameterizing and customizing.
- 
Interface Summary Interface Description CollectionInheritanceDecider TheCollectionInheritanceDecideris an SPI which should be used by allConfigurationResourceResolvingStrategyimplementations if they support inheritance for collections.ConfigurationResourceResolvingStrategy Defines how and where the configuration resources are looked up.ContextPathStrategy Allows application to define a strategy to find context paths and config references for content paths. - 
Class Summary Class Description ContextResource Holds reference to a context root resource and configuration reference path that was detected for the configuration context. - 
Enum Summary Enum Description InheritanceDecision Return values forCollectionInheritanceDecider.