Uses of Package
org.apache.sling.api.resource

Packages that use org.apache.sling.api.resource
org.apache.sling.api   
org.apache.sling.api.resource   
org.apache.sling.api.scripting   
org.apache.sling.api.servlets   
org.apache.sling.api.wrappers   
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api
Resource
          Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to other types.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api.resource
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
LoginException
          Exception thrown by ResourceResolverFactory.getAdministrativeResourceResolver(java.util.Map) , ResourceResolverFactory.getResourceResolver(java.util.Map) , and ResourceResolver.clone(java.util.Map) if a resource resolver cannot be created because the credential data is not valid.
PersistenceException
          This exception will be thrown during the try to persist changes to a PersistableValueMap, a ModifiableValueMap#update() or the ResourceResolver.
Resource
          Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to other types.
ResourceMetadata
          The ResourceMetadata interface defines the API for the metadata of a Sling Resource.
ResourceProvider
          API for providers of resources.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
SyntheticResource
          The SyntheticResource class is a simple implementation of the Resource interface which may be used to provide a resource object which has no actual resource data.
ValueMap
          The ValueMap is an easy way to access properties of a resource.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api.scripting
Resource
          Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to other types.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api.servlets
Resource
          Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to other types.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api.wrappers
ModifiableValueMap
          The ModifiableValueMap is an extension of the ValueMap which allows to modify and persist properties.
Resource
          Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to other types.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
ValueMap
          The ValueMap is an easy way to access properties of a resource.
 



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