@ConsumerType
public interface ConfigurationInheritanceStrategy
Modifier and Type | Method and Description |
---|---|
@Nullable org.apache.sling.api.resource.Resource |
getResource(@NotNull Iterator<org.apache.sling.api.resource.Resource> configResources)
Pick or merge resources for inheritance.
|
@Nullable @Nullable org.apache.sling.api.resource.Resource getResource(@NotNull @NotNull 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–2018 The Apache Software Foundation. All rights reserved.