Uses of Interface
org.apache.sling.api.adapter.Adaptable

Packages that use Adaptable
org.apache.sling.adapter   
org.apache.sling.api.resource   
org.apache.sling.commons.testing.sling   
org.apache.sling.jackrabbit.usermanager.resource   
 

Uses of Adaptable in org.apache.sling.adapter
 

Classes in org.apache.sling.adapter that implement Adaptable
 class org.apache.sling.adapter.SlingAdaptable
           
 

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

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

Classes in org.apache.sling.api.resource that implement Adaptable
 class NonExistingResource
          Simple helper class representing nonexisting resources.
 class ResourceWrapper
          The ResourceWrapper is a wrapper for any Resource delegating all method calls to the wrapped resource by default.
 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 Adaptable in org.apache.sling.commons.testing.sling
 

Classes in org.apache.sling.commons.testing.sling that implement Adaptable
 class MockResource
           
 class MockResourceResolver
           
 

Uses of Adaptable in org.apache.sling.jackrabbit.usermanager.resource
 

Classes in org.apache.sling.jackrabbit.usermanager.resource that implement Adaptable
 class AuthorizableResource
          Resource implementation for Authorizable
 



Copyright © 2007-2009. All Rights Reserved.