Uses of Interface
org.apache.sling.spi.resource.provider.ProviderContext
Packages that use ProviderContext
Package
Description
- 
Uses of ProviderContext in org.apache.sling.jcr.resource.internal.helper.jcr
Methods in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type ProviderContextConstructors in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type ProviderContext - 
Uses of ProviderContext in org.apache.sling.resourceresolver.impl.providers
Classes in org.apache.sling.resourceresolver.impl.providers that implement ProviderContext - 
Uses of ProviderContext in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return ProviderContextModifier and TypeMethodDescriptionprotected @Nullable ProviderContextResourceProvider.getProviderContext()Get the current provider context.Methods in org.apache.sling.spi.resource.provider with parameters of type ProviderContextModifier and TypeMethodDescriptionvoidResourceProvider.start(@NotNull ProviderContext ctx) With a call to this method, the provider implementation is notified that it is used in the resource tree.