Package org.apache.sling.api.request
@Version("2.7.0")
package org.apache.sling.api.request
-
ClassDescriptionThe
RecursionTooDeepExceptionis thrown by the Sling implementation if to many recursive content inclusions take place.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.TheRequestParameterclass represents a single parameter sent with the client request.TheRequestParameterMapencapsulates all request parameters of a request.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.TheRequestProgressTrackerclass provides the functionality to track the progress of request processing.Request related utility methods.Response related utility methodsrepresents an event published by the Sling engine while dispatching a request.type of the eventImplementations of this service interface receive notifications about changes to Sling request of the Sling application they are part of.TheTooManyCallsExceptionis thrown by the Sling implementation if to many inclusions have been called for during a single request.