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

Packages that use ResourceProvider
org.apache.sling.api.resource   
 

Uses of ResourceProvider in org.apache.sling.api.resource
 

Subinterfaces of ResourceProvider in org.apache.sling.api.resource
 interface AttributableResourceProvider
          The attributes provider is an extensions of a ResourceProvider.
 interface DynamicResourceProvider
          A dynamic resource provider is an extension of a resource provider which is only supported if the resource provider has been created through a ResourceProviderFactory.
 interface ModifyingResourceProvider
          A modifying resource provider is an extension of a resource provider which is only supported if the resource provider has been created through a ResourceProviderFactory.
 interface QueriableResourceProvider
          A queriable resource provider is an extension of a resource provider.
 

Methods in org.apache.sling.api.resource that return ResourceProvider
 ResourceProvider ResourceProviderFactory.getAdministrativeResourceProvider(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
          Returns a new ResourceProvider instance with administrative privileges with further configuration taken from the given authenticationInfo map.
 ResourceProvider ResourceProviderFactory.getResourceProvider(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
          Returns a new ResourceProvider instance with further configuration taken from the given authenticationInfo map.
 



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