Package | Description |
---|---|
org.apache.sling.api.resource |
Modifier and Type | Interface and Description |
---|---|
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.
|
interface |
RefreshableResourceProvider
A resource provider might return the state when it was created and not
update to the latest state.
|
Modifier and Type | Method and Description |
---|---|
ResourceProvider |
ResourceProviderFactory.getAdministrativeResourceProvider(Map<String,Object> authenticationInfo)
Deprecated.
as of 2.4 (bundle version 2.5.0) because of inherent security
issues. Implementations may implement this method at their
discretion but must support the new service based resource
provider generation in the
ResourceProviderFactory.getResourceProvider(Map)
method honoring the ResourceProviderFactory.SERVICE_BUNDLE and
ResourceResolverFactory.SUBSERVICE properties. |
ResourceProvider |
ResourceProviderFactory.getResourceProvider(Map<String,Object> authenticationInfo)
Returns a new
ResourceProvider instance with further
configuration taken from the given authenticationInfo map. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.