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 TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.UseSlingJakartaHttpServletResponseinstead.interfaceTheSlingHttpServletRequestdefines the interface to provide client request information to a servlet.interfaceTheSlingHttpServletResponsedefines 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 TypeClassDescriptionclassTheSlingAdaptableclass is an (abstract) default implementation of theAdaptableinterface. -
Uses of Adaptable in org.apache.sling.api.request.builder
Subinterfaces of Adaptable in org.apache.sling.api.request.builderModifier and TypeInterfaceDescriptioninterfaceDeprecated.UseSlingJakartaHttpServletResponseResultinsteadinterfaceThis is an extension of aSlingJakartaHttpServletResponseto 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 TypeInterfaceDescriptioninterfaceResources are pieces of content on which Sling actsinterfaceTheResourceResolverdefines the API which may be used to resolveResourceobjects and work with such resources like creating, editing or updating them.Classes in org.apache.sling.api.resource that implement AdaptableModifier and TypeClassDescriptionclassTheAbstractResourceis an abstract implementation of theResourceinterface.final classSimple helper class representing nonexisting resources.classTheResourceWrapperis a wrapper for anyResourcedelegating all method calls to the wrapped resource by default.classTheSyntheticResourceclass is a simple implementation of theResourceinterface 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 TypeClassDescriptionclassWrapper forSlingJakartaHttpServletRequestto adapt it to the Javax Servlet API.classWrapper forSlingJakartaHttpServletResponseto adapt it to the Jacax Servlet API.classWrapper forSlingHttpServletRequestto adapt it to the Jakarta Servlet API.classWrapper forSlingHttpServletResponseto adapt it to the Jacax Servlet API.classTheResourceResolverWrapperis a wrapper for anyResourceResolver, delegating all method calls to the wrapped resource resolver by default.classDeprecated.classDeprecated.classTheSlingJakartaHttpServletRequestWrapperclass is a default wrapper class around aSlingJakartaHttpServletRequestwhich may be extended to amend the functionality of the original request object.classTheSlingJakartaHttpServletResponseWrapperclass is a default wrapper class around aSlingJakartaHttpServletResponsewhich may be extended to amend the functionality of the original response object.
SlingJakartaHttpServletRequestinstead.