Package | Description |
---|---|
org.apache.sling.api | |
org.apache.sling.api.adapter | |
org.apache.sling.api.request.builder | |
org.apache.sling.api.resource | |
org.apache.sling.api.wrappers |
Modifier and Type | Interface and Description |
---|---|
interface |
SlingHttpServletRequest
The
SlingHttpServletRequest defines the interface to provide
client request information to a servlet. |
interface |
SlingHttpServletResponse
The
SlingHttpServletResponse defines the interface to assist a
servlet in creating and sending a response to the client. |
Modifier and Type | Class and Description |
---|---|
class |
SlingAdaptable
The
SlingAdaptable class is an (abstract) default implementation
of the Adaptable interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
SlingHttpServletResponseResult
This is an extension of a
SlingHttpServletResponse to get the result from a processing operation. |
Modifier and Type | Interface and Description |
---|---|
interface |
Resource
Resources are pieces of content on which Sling acts
|
interface |
ResourceResolver
The
ResourceResolver defines the API which may be used
to resolve Resource objects and
work with such resources like creating, editing or updating them. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResource
The
AbstractResource is an abstract implementation of the
Resource interface. |
class |
NonExistingResource
Simple helper class representing nonexisting resources.
|
class |
ResourceWrapper
The
ResourceWrapper is a wrapper for any Resource
delegating all method calls to the wrapped resource by default. |
class |
SyntheticResource
The
SyntheticResource class is a simple implementation of the
Resource interface which may be used to provide a resource
object which has no actual resource data. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceResolverWrapper
The
ResourceResolverWrapper is a wrapper for any ResourceResolver , delegating all method calls to the wrapped resource
resolver by default. |
class |
SlingHttpServletRequestWrapper
The
SlingHttpServletRequestWrapper class is a default wrapper
class around a SlingHttpServletRequest which may be extended to amend
the functionality of the original request object. |
class |
SlingHttpServletResponseWrapper
The
SlingHttpServletResponseWrapper class is a default wrapper
class around a SlingHttpServletResponse which may be extended to
amend the functionality of the original response object. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.