@Version("2.7.0")
Package org.apache.sling.api.request
-
Interface Summary Interface Description RequestParameter TheRequestParameterclass represents a single parameter sent with the client request.RequestParameterMap TheRequestParameterMapencapsulates 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 TheRequestProgressTrackerclass 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 RequestDispatcherOptionsare 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 TheRecursionTooDeepExceptionis thrown by the Sling implementation if to many recursive content inclusions take place.TooManyCallsException TheTooManyCallsExceptionis thrown by the Sling implementation if to many inclusions have been called for during a single request.