Uses of Interface
org.apache.sling.api.adapter.Adaptable
Packages that use Adaptable
Package
Description
-
Uses of Adaptable in org.apache.sling.adapter
Classes in org.apache.sling.adapter that implement Adaptable -
Uses of Adaptable in org.apache.sling.api
Subinterfaces of Adaptable in org.apache.sling.apiModifier and TypeInterfaceDescriptioninterface
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
This is an extension of aSlingHttpServletResponse
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. -
Uses of Adaptable in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement AdaptableModifier and TypeClassDescriptionclass
TheResourceResolverWrapper
is a wrapper for anyResourceResolver
, delegating all method calls to the wrapped resource resolver by default.class
TheSlingHttpServletRequestWrapper
class is a default wrapper class around aSlingHttpServletRequest
which may be extended to amend the functionality of the original request object.class
TheSlingHttpServletResponseWrapper
class is a default wrapper class around aSlingHttpServletResponse
which may be extended to amend the functionality of the original response object. -
Uses of Adaptable in org.apache.sling.engine.impl.adapter
Classes in org.apache.sling.engine.impl.adapter that implement AdaptableModifier and TypeClassDescriptionclass
TheSlingServletRequestAdapter
class is aComponentRequestWrapper
which does not delegate to a wrappedComponentRequest
but to a wrappedHttpServletRequest
.class
TheSlingServletResponseAdapter
class is aComponentResponseWrapper
which does not delegate to a wrappedComponentResponse
but to a wrappedHttpServletResponse
. -
Uses of Adaptable in org.apache.sling.fsprovider.internal.mapper
Classes in org.apache.sling.fsprovider.internal.mapper that implement AdaptableModifier and TypeClassDescriptionfinal class
Represents a JSON File with resource content.final class
TheFsResource
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 AdaptableModifier and TypeClassDescriptionclass
Resource implementation for Authorizableclass
Base Resource implementation for the common partsclass
Resource implementation for nested property containers of Authorizableclass
Resource implementation for Principal (SLING-11098) -
Uses of Adaptable in org.apache.sling.resourceresolver.impl.helper
Classes in org.apache.sling.resourceresolver.impl.helper that implement AdaptableModifier and TypeClassDescriptionfinal class
class
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 -
Uses of Adaptable in org.apache.sling.scripting.jsp.taglib
Methods in org.apache.sling.scripting.jsp.taglib that return AdaptableModifier and TypeMethodDescriptionAdaptToTag.getAdaptable()
Get the adaptable object to be adapted.Methods in org.apache.sling.scripting.jsp.taglib with parameters of type Adaptable -
Uses of Adaptable in org.apache.sling.scripting.jsp.util
Classes in org.apache.sling.scripting.jsp.util that implement AdaptableModifier and TypeClassDescriptionclass
TheJspSlingHttpServletResponseWrapper
class may be used by tag library implementors to create aRenderResponse
object which wraps the writer of the response of a given page context. -
Uses of Adaptable in org.apache.sling.scripting.sightly.impl.engine.extension
Classes in org.apache.sling.scripting.sightly.impl.engine.extension that implement AdaptableModifier and TypeClassDescriptionclass
Wrapper response to redirect the output into a specified print writer -
Uses of Adaptable in org.apache.sling.servlets.get.impl.helpers
Classes in org.apache.sling.servlets.get.impl.helpers that implement AdaptableModifier and TypeClassDescriptionclass
TheHeadServletResponse
is a Sling response wrapper which ensures that nothing will ever be written by return null writers or output streams. -
Uses of Adaptable in org.apache.sling.servlets.resolver.internal.bundle
Classes in org.apache.sling.servlets.resolver.internal.bundle that implement Adaptable -
Uses of Adaptable in org.apache.sling.servlets.resolver.internal.resource
Classes in org.apache.sling.servlets.resolver.internal.resource that implement Adaptable
SlingAdaptable
instead