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 Classes Modifier and Type Class Description static interfaceDefaultConfigurationResourceResolvingStrategy.Config
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationResourceResolvingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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)StringgetResourceCollectionParentPath(@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)StringgetResourcePath(@NotNull org.apache.sling.api.resource.Resource contentResource, @NotNull String bucketName, @NotNull String configName)
-
-
-
Method Detail
-
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
-
-