|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Adaptable | |
|---|---|
| org.apache.sling.api | |
| org.apache.sling.api.adapter | |
| org.apache.sling.api.resource | |
| org.apache.sling.api.wrappers | |
| org.apache.sling.commons.testing.sling | |
| Uses of Adaptable in org.apache.sling.api |
|---|
| Subinterfaces of Adaptable in org.apache.sling.api | |
|---|---|
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. |
| Uses of Adaptable in org.apache.sling.api.adapter |
|---|
| Classes in org.apache.sling.api.adapter that implement Adaptable | |
|---|---|
class |
SlingAdaptable
The SlingAdaptable class is an (abstract) default
implementation of the Adaptable interface. |
| Uses of Adaptable in org.apache.sling.api.resource |
|---|
| Subinterfaces of Adaptable in org.apache.sling.api.resource | |
|---|---|
interface |
Resource
Resources are pieces of content on which Sling acts The Resource is also an Adaptable to get adapters to
other types. |
interface |
ResourceResolver
The ResourceResolver defines the service API which may be used
to resolve Resource objects. |
| Classes in org.apache.sling.api.resource that implement Adaptable | |
|---|---|
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. |
| Uses of Adaptable in org.apache.sling.api.wrappers |
|---|
| Classes in org.apache.sling.api.wrappers that implement Adaptable | |
|---|---|
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. |
| Uses of Adaptable in org.apache.sling.commons.testing.sling |
|---|
| Classes in org.apache.sling.commons.testing.sling that implement Adaptable | |
|---|---|
class |
MockResource
|
class |
MockResourceResolver
|
class |
MockSlingHttpServletRequest
Mock request object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||