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 TypeMethodDescriptionvoidSlingRepositoryInitializer.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 TypeClassDescriptionclassTheAbstractSlingRepository2is an abstract implementation of theSlingRepositoryversion 2.3 interface (phasingAbstractSlingRepository2.loginAdministrative(String)out in favor ofAbstractSlingRepository2.loginService(String, String)) which provides default support for attached repositories.