Interface | Description |
---|---|
RequestParameter |
The
RequestParameter class represents a single parameter sent
with the client request. |
RequestParameterMap |
The
RequestParameterMap encapsulates all request parameters of
a request. |
RequestPathInfo |
Sling breaks the request URI into four parts: the path itself, optional
dot-separated selectors and extension that follow it, and an optional path
suffix.
|
RequestProgressTracker |
The
RequestProgressTracker class provides the functionality to
track the progress of request processing. |
SlingRequestListener |
Implementations of this service interface receive notifications about
changes to Sling request of the Sling application they are part of.
|
Class | Description |
---|---|
RequestDispatcherOptions |
RequestDispatcherOptions are used in the
SlingHttpServletRequest.getRequestDispatcher(org.apache.sling.api.resource.Resource, RequestDispatcherOptions)
method, to give more control on some aspects of the include/forward
mechanism. |
RequestUtil |
Request related utility methods.
|
ResponseUtil |
Response related utility methods
|
SlingRequestEvent |
represents an event published by the Sling engine while
dispatching a request.
|
Enum | Description |
---|---|
SlingRequestEvent.EventType |
type of the event
|
Exception | Description |
---|---|
RecursionTooDeepException |
The
RecursionTooDeepException is thrown by the Sling
implementation if to many recursive content inclusions take place. |
TooManyCallsException |
The
TooManyCallsException is thrown by the Sling implementation
if to many inclusions have been called for during a single request. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved