Uses of Interface
org.apache.sling.api.resource.ResourceResolverFactory

Packages that use ResourceResolverFactory
org.apache.sling.jcr.resource   
org.apache.sling.jcr.resource.internal   
 

Uses of ResourceResolverFactory in org.apache.sling.jcr.resource
 

Subinterfaces of ResourceResolverFactory in org.apache.sling.jcr.resource
 interface JcrResourceResolverFactory
          Deprecated. Since 2.1. Use the ResourceResolverFactory
 

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

Classes in org.apache.sling.jcr.resource.internal that implement ResourceResolverFactory
 class JcrResourceResolverFactoryImpl
          The JcrResourceResolverFactoryImpl is the JcrResourceResolverFactory service providing the following functionality: JcrResourceResolverFactory service Bundle listener to load initial content and manage OCM mapping descriptors provided by bundles.
 

Constructors in org.apache.sling.jcr.resource.internal with parameters of type ResourceResolverFactory
JcrResourceListener(String workspaceName, ResourceResolverFactory factory, String startPath, String mountPrefix, org.osgi.util.tracker.ServiceTracker eventAdminTracker)
          Constructor.
 



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