Uses of Interface
org.apache.sling.api.adapter.Adaptable
-
Packages that use Adaptable Package Description org.apache.sling.api org.apache.sling.api.adapter org.apache.sling.api.resource org.apache.sling.api.wrappers -
-
Uses of Adaptable in org.apache.sling.api
Subinterfaces of Adaptable in org.apache.sling.api Modifier and Type Interface Description interface
SlingHttpServletRequest
TheSlingHttpServletRequest
defines the interface to provide client request information to a servlet.interface
SlingHttpServletResponse
TheSlingHttpServletResponse
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 Modifier and Type Class Description class
SlingAdaptable
TheSlingAdaptable
class is an (abstract) default implementation of theAdaptable
interface. -
Uses of Adaptable in org.apache.sling.api.resource
Subinterfaces of Adaptable in org.apache.sling.api.resource Modifier and Type Interface Description interface
Resource
Resources are pieces of content on which Sling actsinterface
ResourceResolver
TheResourceResolver
defines the API which may be used to resolveResource
objects and work with such resources like creating, editing or updating them.Classes in org.apache.sling.api.resource that implement Adaptable Modifier and Type Class Description class
AbstractResource
TheAbstractResource
is an abstract implementation of theResource
interface.class
NonExistingResource
Simple helper class representing nonexisting resources.class
ResourceWrapper
TheResourceWrapper
is a wrapper for anyResource
delegating all method calls to the wrapped resource by default.class
SyntheticResource
TheSyntheticResource
class is a simple implementation of theResource
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 Modifier and Type Class Description class
ResourceResolverWrapper
TheResourceResolverWrapper
is a wrapper for anyResourceResolver
, delegating all method calls to the wrapped resource resolver by default.class
SlingHttpServletRequestWrapper
TheSlingHttpServletRequestWrapper
class is a default wrapper class around aSlingHttpServletRequest
which may be extended to amend the functionality of the original request object.class
SlingHttpServletResponseWrapper
TheSlingHttpServletResponseWrapper
class is a default wrapper class around aSlingHttpServletResponse
which may be extended to amend the functionality of the original response object.
-