Package org.apache.sling.api.request
@Version("2.7.0")
package org.apache.sling.api.request
-
ClassDescriptionThe
RecursionTooDeepException
is thrown by the Sling implementation if to many recursive content inclusions take place.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.TheRequestParameter
class represents a single parameter sent with the client request.TheRequestParameterMap
encapsulates 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.TheRequestProgressTracker
class 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.TheTooManyCallsException
is thrown by the Sling implementation if to many inclusions have been called for during a single request.