Uses of Interface
org.apache.sling.api.adapter.Adaptable
Packages that use Adaptable
Package
Description
-
Uses of Adaptable in org.apache.sling.api
Subinterfaces of Adaptable in org.apache.sling.apiModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.UseSlingJakartaHttpServletResponse
instead.interface
TheSlingHttpServletRequest
defines the interface to provide client request information to a servlet.interface
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 AdaptableModifier and TypeClassDescriptionclass
TheSlingAdaptable
class is an (abstract) default implementation of theAdaptable
interface. -
Uses of Adaptable in org.apache.sling.api.request.builder
Subinterfaces of Adaptable in org.apache.sling.api.request.builderModifier and TypeInterfaceDescriptioninterface
Deprecated.UseSlingJakartaHttpServletResponseResult
insteadinterface
This is an extension of aSlingJakartaHttpServletResponse
to get the result from a processing operation. -
Uses of Adaptable in org.apache.sling.api.resource
Subinterfaces of Adaptable in org.apache.sling.api.resourceModifier and TypeInterfaceDescriptioninterface
Resources are pieces of content on which Sling actsinterface
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 AdaptableModifier and TypeClassDescriptionclass
TheAbstractResource
is an abstract implementation of theResource
interface.final class
Simple helper class representing nonexisting resources.class
TheResourceWrapper
is a wrapper for anyResource
delegating all method calls to the wrapped resource by default.class
TheSyntheticResource
class is a simple implementation of theResource
interface which may be used to provide a resource object which has no actual resource data (except for the mandatory property "sling:resourceType"). -
Uses of Adaptable in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement AdaptableModifier and TypeClassDescriptionclass
Wrapper forSlingJakartaHttpServletRequest
to adapt it to the Javax Servlet API.class
Wrapper forSlingJakartaHttpServletResponse
to adapt it to the Jacax Servlet API.class
Wrapper forSlingHttpServletRequest
to adapt it to the Jakarta Servlet API.class
Wrapper forSlingHttpServletResponse
to adapt it to the Jacax Servlet API.class
TheResourceResolverWrapper
is a wrapper for anyResourceResolver
, delegating all method calls to the wrapped resource resolver by default.class
Deprecated.class
Deprecated.class
TheSlingJakartaHttpServletRequestWrapper
class is a default wrapper class around aSlingJakartaHttpServletRequest
which may be extended to amend the functionality of the original request object.class
TheSlingJakartaHttpServletResponseWrapper
class is a default wrapper class around aSlingJakartaHttpServletResponse
which may be extended to amend the functionality of the original response object.
SlingJakartaHttpServletRequest
instead.