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   
org.apache.sling.auth.core.spi   
org.apache.sling.bundleresource.impl   
org.apache.sling.commons.testing.sling   
org.apache.sling.engine   
org.apache.sling.engine.impl   
org.apache.sling.engine.impl.request   
org.apache.sling.fsprovider.internal   
org.apache.sling.jackrabbit.usermanager.impl.post   
org.apache.sling.jackrabbit.usermanager.impl.resource   
org.apache.sling.jcr.resource   
org.apache.sling.jcr.resource.internal   
org.apache.sling.jcr.resource.internal.helper   
org.apache.sling.jcr.resource.internal.helper.jcr   
org.apache.sling.jcr.resource.internal.helper.starresource   
org.apache.sling.launchpad.testservices.resource   
org.apache.sling.scripting.core   
org.apache.sling.scripting.javascript.wrapper   
org.apache.sling.scripting.jsp.taglib   
org.apache.sling.servlets.get.impl.helpers   
org.apache.sling.servlets.post   
org.apache.sling.servlets.resolver.internal   
org.apache.sling.servlets.resolver.internal.helper   
org.apache.sling.servlets.resolver.internal.resource   
 

Classes in org.apache.sling.api.resource used by org.apache.sling.api
Resource
          Resources are pieces of content on which Sling acts
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 persists changes to a PersistableValueMap.
Resource
          Resources are pieces of content on which Sling acts
ResourceMetadata
          The ResourceMetadata interface defines the API for the metadata of a Sling Resource.
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
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
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
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.auth.core.spi
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.bundleresource.impl
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.commons.testing.sling
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.
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.engine
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.engine.impl
Resource
          Resources are pieces of content on which Sling acts
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.engine.impl.request
Resource
          Resources are pieces of content on which Sling acts
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.fsprovider.internal
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.jackrabbit.usermanager.impl.post
Resource
          Resources are pieces of content on which Sling acts
 

Classes in org.apache.sling.api.resource used by org.apache.sling.jackrabbit.usermanager.impl.resource
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
Resource
          Resources are pieces of content on which Sling acts
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.
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.jcr.resource
PersistableValueMap
          The PersistableValueMap is an extension of the ValueMap which allows to modify and persist the properties.
PersistenceException
          This exception will be thrown during the try to persists changes to a PersistableValueMap.
Resource
          Resources are pieces of content on which Sling acts
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
ResourceResolverFactory
          The ResourceResolverFactory defines the service API to get and create ResourceResolvers.
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.jcr.resource.internal
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.
Resource
          Resources are pieces of content on which Sling acts
ResourceDecorator
          Optional service to decorate Resources returned by the ResourceResolver.
ResourceProvider
          API for providers of resources.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
ResourceResolverFactory
          The ResourceResolverFactory defines the service API to get and create ResourceResolvers.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.jcr.resource.internal.helper
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.jcr.resource.internal.helper.jcr
Resource
          Resources are pieces of content on which Sling acts
ResourceProvider
          API for providers of resources.
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.jcr.resource.internal.helper.starresource
AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
Resource
          Resources are pieces of content on which Sling acts
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.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.launchpad.testservices.resource
Resource
          Resources are pieces of content on which Sling acts
ResourceDecorator
          Optional service to decorate Resources returned by the ResourceResolver.
 

Classes in org.apache.sling.api.resource used by org.apache.sling.scripting.core
Resource
          Resources are pieces of content on which Sling acts
 

Classes in org.apache.sling.api.resource used by org.apache.sling.scripting.javascript.wrapper
Resource
          Resources are pieces of content on which Sling acts
 

Classes in org.apache.sling.api.resource used by org.apache.sling.scripting.jsp.taglib
Resource
          Resources are pieces of content on which Sling acts
 

Classes in org.apache.sling.api.resource used by org.apache.sling.servlets.get.impl.helpers
Resource
          Resources are pieces of content on which Sling acts
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.servlets.post
Resource
          Resources are pieces of content on which Sling acts
 

Classes in org.apache.sling.api.resource used by org.apache.sling.servlets.resolver.internal
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.
Resource
          Resources are pieces of content on which Sling acts
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.servlets.resolver.internal.helper
Resource
          Resources are pieces of content on which Sling acts
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.servlets.resolver.internal.resource
Resource
          Resources are pieces of content on which Sling acts
ResourceProvider
          API for providers of resources.
ResourceResolver
          The ResourceResolver defines the service API which may be used to resolve Resource objects.
 



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