Class DefaultContextPathStrategy
- java.lang.Object
-
- org.apache.sling.caconfig.resource.impl.def.DefaultContextPathStrategy
-
- All Implemented Interfaces:
org.apache.sling.caconfig.resource.spi.ContextPathStrategy
public class DefaultContextPathStrategy extends Object implements org.apache.sling.caconfig.resource.spi.ContextPathStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DefaultContextPathStrategy.Config
-
Constructor Summary
Constructors Constructor Description DefaultContextPathStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Iterator<org.apache.sling.caconfig.resource.spi.ContextResource>
findContextResources(@NotNull org.apache.sling.api.resource.Resource resource)
-
-
-
Method Detail
-
findContextResources
@NotNull public @NotNull Iterator<org.apache.sling.caconfig.resource.spi.ContextResource> findContextResources(@NotNull @NotNull org.apache.sling.api.resource.Resource resource)
- Specified by:
findContextResources
in interfaceorg.apache.sling.caconfig.resource.spi.ContextPathStrategy
-
-