Uses of Class
org.apache.sling.jcr.resource.internal.helper.ResourceProviderEntry

Packages that use ResourceProviderEntry
org.apache.sling.jcr.resource.internal   
org.apache.sling.jcr.resource.internal.helper   
org.apache.sling.jcr.resource.internal.helper.jcr   
 

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

Methods in org.apache.sling.jcr.resource.internal that return ResourceProviderEntry
protected  ResourceProviderEntry JcrResourceResolverFactoryImpl.getRootProviderEntry()
          Getter for rootProviderEntry, making it easier to extend JcrResourceResolverFactoryImpl.
 

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

Subclasses of ResourceProviderEntry in org.apache.sling.jcr.resource.internal.helper
 class RootResourceProviderEntry
          This is the root resource provider entry which keeps track of the resource providers.
 

Methods in org.apache.sling.jcr.resource.internal.helper that return ResourceProviderEntry
 ResourceProviderEntry ResourceProviderEntry.get(String key)
           
 

Methods in org.apache.sling.jcr.resource.internal.helper that return types with arguments of type ResourceProviderEntry
 Collection<ResourceProviderEntry> ResourceProviderEntry.values()
           
 

Methods in org.apache.sling.jcr.resource.internal.helper with parameters of type ResourceProviderEntry
 int ResourceProviderEntry.compareTo(ResourceProviderEntry o)
           
 void ResourceProviderEntry.put(String key, ResourceProviderEntry value)
           
 

Constructors in org.apache.sling.jcr.resource.internal.helper with parameters of type ResourceProviderEntry
ResourceIterator(Resource parentResource, ResourceProviderEntry rootProviderEntry)
           
 

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

Subclasses of ResourceProviderEntry in org.apache.sling.jcr.resource.internal.helper.jcr
 class JcrResourceProviderEntry
           
 

Methods in org.apache.sling.jcr.resource.internal.helper.jcr that return ResourceProviderEntry
 ResourceProviderEntry JcrResourceProviderEntry.get(String key)
          
 

Methods in org.apache.sling.jcr.resource.internal.helper.jcr that return types with arguments of type ResourceProviderEntry
 Collection<ResourceProviderEntry> JcrResourceProviderEntry.values()
          
 

Constructors in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type ResourceProviderEntry
JcrResourceProviderEntry(javax.jcr.Session session, ResourceProviderEntry delegatee, ClassLoader dynamicClassLoader, boolean useMultiWorkspaces)
           
 



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