Uses of Class
org.apache.sling.api.adapter.SlingAdaptable

Packages that use SlingAdaptable
org.apache.sling.adapter   
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   
org.apache.sling.jcr.resource.internal.helper   
org.apache.sling.jcr.resource.internal.helper.starresource   
 

Uses of SlingAdaptable in org.apache.sling.adapter
 

Subclasses of SlingAdaptable in org.apache.sling.adapter
 class SlingAdaptable
          Deprecated. Use the SlingAdaptable instead
 

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

Subclasses of SlingAdaptable in org.apache.sling.api.resource
 class AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
 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 SlingAdaptable in org.apache.sling.bundleresource.impl
 

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

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

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

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

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

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

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

Uses of SlingAdaptable in org.apache.sling.jcr.resource.internal
 

Subclasses of SlingAdaptable in org.apache.sling.jcr.resource.internal
 class JcrResourceResolver
           
 

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

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

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

Subclasses of SlingAdaptable 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.