Uses of Interface
org.apache.sling.jcr.api.SlingRepository
Packages that use SlingRepository
Package
Description
The
org.apache.sling.jcr.base
package provides basic support
to expose JCR repositories in Sling.-
Uses of SlingRepository in org.apache.sling.jcr.api
Methods in org.apache.sling.jcr.api with parameters of type SlingRepositoryModifier and TypeMethodDescriptionvoid
SlingRepositoryInitializer.processRepository
(@NotNull SlingRepository repo) Process the content repository before it is registered as an OSGi service. -
Uses of SlingRepository in org.apache.sling.jcr.base
Classes in org.apache.sling.jcr.base that implement SlingRepositoryModifier and TypeClassDescriptionclass
TheAbstractSlingRepository2
is an abstract implementation of theSlingRepository
version 2.3 interface (phasingAbstractSlingRepository2.loginAdministrative(String)
out in favor ofAbstractSlingRepository2.loginService(String, String)
) which provides default support for attached repositories. -
Uses of SlingRepository in org.apache.sling.jcr.base.internal.loader
Constructors in org.apache.sling.jcr.base.internal.loader with parameters of type SlingRepositoryModifierConstructorDescriptionLoader
(SlingRepository repository, org.osgi.framework.BundleContext bundleContext) -
Uses of SlingRepository in org.apache.sling.jcr.resource.internal.helper.jcr
Constructors in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type SlingRepositoryModifierConstructorDescriptionJcrProviderStateFactory
(org.osgi.framework.ServiceReference<SlingRepository> repositoryReference, SlingRepository repository, AtomicReference<DynamicClassLoaderManager> dynamicClassLoaderManagerReference, AtomicReference<URIProvider[]> uriProviderReference) Constructor parameters in org.apache.sling.jcr.resource.internal.helper.jcr with type arguments of type SlingRepositoryModifierConstructorDescriptionJcrProviderStateFactory
(org.osgi.framework.ServiceReference<SlingRepository> repositoryReference, SlingRepository repository, AtomicReference<DynamicClassLoaderManager> dynamicClassLoaderManagerReference, AtomicReference<URIProvider[]> uriProviderReference)