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 interfaceSlingHttpServletRequestTheSlingHttpServletRequestdefines the interface to provide client request information to a servlet.interfaceSlingHttpServletResponseTheSlingHttpServletResponsedefines 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 classSlingAdaptableTheSlingAdaptableclass is an (abstract) default implementation of theAdaptableinterface. -
Uses of Adaptable in org.apache.sling.api.resource
Subinterfaces of Adaptable in org.apache.sling.api.resource Modifier and Type Interface Description interfaceResourceResources are pieces of content on which Sling actsinterfaceResourceResolverTheResourceResolverdefines 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 Adaptable Modifier and Type Class Description classAbstractResourceTheAbstractResourceis an abstract implementation of theResourceinterface.classNonExistingResourceSimple helper class representing nonexisting resources.classResourceWrapperTheResourceWrapperis a wrapper for anyResourcedelegating all method calls to the wrapped resource by default.classSyntheticResourceTheSyntheticResourceclass is a simple implementation of theResourceinterface 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 classResourceResolverWrapperTheResourceResolverWrapperis a wrapper for anyResourceResolver, delegating all method calls to the wrapped resource resolver by default.classSlingHttpServletRequestWrapperTheSlingHttpServletRequestWrapperclass is a default wrapper class around aSlingHttpServletRequestwhich may be extended to amend the functionality of the original request object.classSlingHttpServletResponseWrapperTheSlingHttpServletResponseWrapperclass is a default wrapper class around aSlingHttpServletResponsewhich may be extended to amend the functionality of the original response object.
-