Uses of Class
org.apache.sling.api.resource.AbstractResource

Packages that use AbstractResource
org.apache.sling.api.resource   
org.apache.sling.bundleresource.impl   
org.apache.sling.commons.testing.sling   
org.apache.sling.fsprovider.internal   
org.apache.sling.jackrabbit.usermanager.impl.resource   
org.apache.sling.jcr.resource.internal.helper   
org.apache.sling.jcr.resource.internal.helper.starresource   
 

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

Subclasses of AbstractResource in org.apache.sling.api.resource
 class NonExistingResource
          Simple helper class representing nonexisting resources.
 class 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.
 

Uses of AbstractResource in org.apache.sling.bundleresource.impl
 

Subclasses of AbstractResource in org.apache.sling.bundleresource.impl
 class BundleResource
          A Resource that wraps a Bundle entry
 

Uses of AbstractResource in org.apache.sling.commons.testing.sling
 

Subclasses of AbstractResource in org.apache.sling.commons.testing.sling
 class MockResource
           
 

Uses of AbstractResource in org.apache.sling.fsprovider.internal
 

Subclasses of AbstractResource in org.apache.sling.fsprovider.internal
 class FsResource
          The FsResource represents a file system file or folder as a Sling Resource.
 

Uses of AbstractResource in org.apache.sling.jackrabbit.usermanager.impl.resource
 

Subclasses of AbstractResource in org.apache.sling.jackrabbit.usermanager.impl.resource
 class AuthorizableResource
          Resource implementation for Authorizable
 

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

Subclasses of AbstractResource in org.apache.sling.jcr.resource.internal.helper
 class RedirectResource
           
 

Uses of AbstractResource in org.apache.sling.jcr.resource.internal.helper.starresource
 

Subclasses of AbstractResource in org.apache.sling.jcr.resource.internal.helper.starresource
 class StarResource
          Used to provide the equivalent of an empty Node for GET requests to *.something (SLING-344)
 



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