@ConsumerType
public interface ConfigurationInheritanceStrategy
Modifier and Type | Method and Description |
---|---|
org.apache.sling.api.resource.Resource |
getResource(Iterator<org.apache.sling.api.resource.Resource> configResources)
Pick or merge resources for inheritance.
|
@CheckForNull org.apache.sling.api.resource.Resource getResource(@Nonnull Iterator<org.apache.sling.api.resource.Resource> configResources)
configResources
- Iterator of configuration resources that form the inheritance hierarchy.
First resource is the "closest" match, the other resources may be used to inherit from.Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.