@Version("2.7.0")
Package org.apache.sling.api.request
-
Interface Summary Interface Description RequestParameter TheRequestParameter
class represents a single parameter sent with the client request.RequestParameterMap TheRequestParameterMap
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 TheRequestProgressTracker
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 Summary Class Description RequestDispatcherOptions RequestDispatcherOptions
are used in theSlingHttpServletRequest.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 methodsSlingRequestEvent represents an event published by the Sling engine while dispatching a request. -
Enum Summary Enum Description SlingRequestEvent.EventType type of the event -
Exception Summary Exception Description RecursionTooDeepException TheRecursionTooDeepException
is thrown by the Sling implementation if to many recursive content inclusions take place.TooManyCallsException TheTooManyCallsException
is thrown by the Sling implementation if to many inclusions have been called for during a single request.