Uses of Interface
org.apache.sling.jcr.api.SlingRepository

Packages that use SlingRepository
org.apache.sling.commons.testing.jcr   
org.apache.sling.jackrabbit.usermanager.impl.post   
org.apache.sling.jcr.base   
org.apache.sling.jcr.contentloader.internal   
org.apache.sling.jcr.jackrabbit.server.impl   
org.apache.sling.jcr.resource.internal   
org.apache.sling.jcr.resource.internal.helper   
 

Uses of SlingRepository in org.apache.sling.commons.testing.jcr
 

Classes in org.apache.sling.commons.testing.jcr that implement SlingRepository
static class RepositoryUtil.RepositoryWrapper
           
 

Methods in org.apache.sling.commons.testing.jcr that return SlingRepository
protected  SlingRepository RepositoryTestBase.getRepository()
          Return a Repository - first call initializes it, and a JVM shutdown hook is registered to stop it
static SlingRepository RepositoryUtil.getRepository()
          Get a repository
 

Uses of SlingRepository in org.apache.sling.jackrabbit.usermanager.impl.post
 

Methods in org.apache.sling.jackrabbit.usermanager.impl.post that return SlingRepository
protected  SlingRepository CreateUserServlet.getRepository()
          Returns the JCR repository used by this service.
 

Uses of SlingRepository in org.apache.sling.jcr.base
 

Classes in org.apache.sling.jcr.base that implement SlingRepository
 class AbstractSlingRepository
          The AbstractSlingRepository is an abstract implementation of the SlingRepository interface which provides default support for attached repositories as well as ensuring live repository connection, reconnecting if needed.
 

Uses of SlingRepository in org.apache.sling.jcr.contentloader.internal
 

Methods in org.apache.sling.jcr.contentloader.internal that return SlingRepository
protected  SlingRepository ContentLoaderService.getRepository()
          Returns the JCR repository used by this service.
 

Uses of SlingRepository in org.apache.sling.jcr.jackrabbit.server.impl
 

Classes in org.apache.sling.jcr.jackrabbit.server.impl that implement SlingRepository
 class SlingServerRepository
          The SlingServerRepository TODO
 

Uses of SlingRepository in org.apache.sling.jcr.resource.internal
 

Methods in org.apache.sling.jcr.resource.internal that return SlingRepository
protected  SlingRepository JcrResourceResolverFactoryImpl.getRepository()
          Returns the JCR repository used by this factory
 

Uses of SlingRepository in org.apache.sling.jcr.resource.internal.helper
 

Constructors in org.apache.sling.jcr.resource.internal.helper with parameters of type SlingRepository
MapEntries(JcrResourceResolverFactoryImpl factory, SlingRepository repository)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.