Uses of Class
org.apache.sling.caconfig.resource.spi.ContextResource
Packages that use ContextResource
Package
Description
SPI for applications hooking into the configuration resource infrastructure for parameterizing and customizing.
-
Uses of ContextResource in org.apache.sling.caconfig.resource.impl.def
Methods in org.apache.sling.caconfig.resource.impl.def that return types with arguments of type ContextResourceModifier and TypeMethodDescription@NotNull Iterator<ContextResource>
DefaultContextPathStrategy.findContextResources
(@NotNull Resource resource) -
Uses of ContextResource in org.apache.sling.caconfig.resource.impl.util
Constructor parameters in org.apache.sling.caconfig.resource.impl.util with type arguments of type ContextResourceModifierConstructorDescriptionResourcePathCollatingIterator
(List<Iterator<ContextResource>> iterator) -
Uses of ContextResource in org.apache.sling.caconfig.resource.spi
Methods in org.apache.sling.caconfig.resource.spi that return types with arguments of type ContextResourceModifier and TypeMethodDescription@NotNull Iterator<ContextResource>
ContextPathStrategy.findContextResources
(@NotNull Resource resource) Finds context paths for the given resource.