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

Packages that use Adaptable
org.apache.sling.api   
org.apache.sling.api.adapter   
org.apache.sling.api.resource   
org.apache.sling.api.wrappers   
org.apache.sling.bundleresource.impl   
org.apache.sling.commons.testing.sling   
org.apache.sling.engine.impl   
org.apache.sling.engine.impl.adapter   
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   
org.apache.sling.scripting.core.impl.helper   
org.apache.sling.scripting.jsp.util   
 

Uses of Adaptable in org.apache.sling.api
 

Subinterfaces of Adaptable in org.apache.sling.api
 interface SlingHttpServletRequest
          The SlingHttpServletRequest defines the interface to provide client request information to a servlet.
 interface SlingHttpServletResponse
          The SlingHttpServletResponse defines the interface to assist a servlet in creating and sending a response to the client.
 

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

Classes in org.apache.sling.api.adapter that implement Adaptable
 class SlingAdaptable
          The SlingAdaptable class is an (abstract) default implementation of the Adaptable interface.
 

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
 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 AbstractResource
          The AbstractResource is an abstract implementation of the Resource interface.
 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.api.wrappers
 

Classes in org.apache.sling.api.wrappers that implement Adaptable
 class SlingHttpServletRequestWrapper
          The SlingHttpServletRequestWrapper class is a default wrapper class around a SlingHttpServletRequest which may be extended to amend the functionality of the original request object.
 class SlingHttpServletResponseWrapper
          The SlingHttpServletResponseWrapper class is a default wrapper class around a SlingHttpServletResponse which may be extended to amend the functionality of the original response object.
 

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

Classes in org.apache.sling.bundleresource.impl that implement Adaptable
 class BundleResource
          A Resource that wraps a Bundle entry
 

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
           
 class MockSlingHttpServletRequest
          Mock request object.
 

Uses of Adaptable in org.apache.sling.engine.impl
 

Classes in org.apache.sling.engine.impl that implement Adaptable
 class SlingHttpServletRequestImpl
          The SlingHttpServletRequestImpl TODO
 class SlingHttpServletResponseImpl
          The SlingHttpServletResponseImpl TODO
 

Uses of Adaptable in org.apache.sling.engine.impl.adapter
 

Classes in org.apache.sling.engine.impl.adapter that implement Adaptable
 class SlingServletRequestAdapter
          The SlingServletRequestAdapter class is a ComponentRequestWrapper which does not delegate to a wrapped ComponentRequest but to a wrapped HttpServletRequest.
 class SlingServletResponseAdapter
          The SlingServletResponseAdapter class is a ComponentResponseWrapper which does not delegate to a wrapped ComponentResponse but to a wrapped HttpServletResponse.
 

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

Classes in org.apache.sling.fsprovider.internal that implement Adaptable
 class FsResource
          The FsResource represents a file system file or folder as a Sling Resource.
 

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

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

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

Classes in org.apache.sling.jcr.resource.internal that implement Adaptable
 class JcrResourceResolver
           
 

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

Classes in org.apache.sling.jcr.resource.internal.helper that implement Adaptable
 class RedirectResource
           
 

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

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

Uses of Adaptable in org.apache.sling.scripting.core.impl.helper
 

Classes in org.apache.sling.scripting.core.impl.helper that implement Adaptable
 class OnDemandReaderRequest
           
 class OnDemandWriterResponse
           
 

Uses of Adaptable in org.apache.sling.scripting.jsp.util
 

Classes in org.apache.sling.scripting.jsp.util that implement Adaptable
 class JspSlingHttpServletResponseWrapper
          The JspSlingHttpServletResponseWrapper class may be used by tag library implementors to create a RenderResponse object which wraps the writer of the response of a given page context.
 



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