Class DefaultConfigurationResourceResolvingStrategy
java.lang.Object
org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy
- All Implemented Interfaces:
org.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
public class DefaultConfigurationResourceResolvingStrategy
extends Object
implements org.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ResourcegetResource(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull Collection<String> bucketNames, @NotNull String configName) Collection<org.apache.sling.api.resource.Resource>getResourceCollection(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull Collection<String> bucketNames, @NotNull String configName) Collection<Iterator<org.apache.sling.api.resource.Resource>>getResourceCollectionInheritanceChain(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull Collection<String> bucketNames, @NotNull String configName) getResourceCollectionParentPath(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull String bucketName, @NotNull String configName) Iterator<org.apache.sling.api.resource.Resource>getResourceInheritanceChain(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull Collection<String> bucketNames, @NotNull String configName) getResourcePath(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull String bucketName, @NotNull String configName)
-
Constructor Details
-
DefaultConfigurationResourceResolvingStrategy
public DefaultConfigurationResourceResolvingStrategy()
-
-
Method Details
-
getResource
public org.apache.sling.api.resource.Resource getResource(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull Collection<String> bucketNames, @NotNull @NotNull String configName) - Specified by:
getResourcein interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
getResourceInheritanceChain
public Iterator<org.apache.sling.api.resource.Resource> getResourceInheritanceChain(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull Collection<String> bucketNames, @NotNull @NotNull String configName) - Specified by:
getResourceInheritanceChainin interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
getResourceCollection
public Collection<org.apache.sling.api.resource.Resource> getResourceCollection(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull Collection<String> bucketNames, @NotNull @NotNull String configName) - Specified by:
getResourceCollectionin interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
getResourceCollectionInheritanceChain
public Collection<Iterator<org.apache.sling.api.resource.Resource>> getResourceCollectionInheritanceChain(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull Collection<String> bucketNames, @NotNull @NotNull String configName) - Specified by:
getResourceCollectionInheritanceChainin interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
getResourcePath
public String getResourcePath(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull String bucketName, @NotNull @NotNull String configName) - Specified by:
getResourcePathin interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-
getResourceCollectionParentPath
public String getResourceCollectionParentPath(@NotNull @NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull @NotNull String bucketName, @NotNull @NotNull String configName) - Specified by:
getResourceCollectionParentPathin interfaceorg.apache.sling.caconfig.resource.spi.ConfigurationResourceResolvingStrategy
-