Uses of Package
org.apache.sling.api.request
-
Packages that use org.apache.sling.api.request Package Description org.apache.sling.api org.apache.sling.api.request org.apache.sling.api.scripting org.apache.sling.api.wrappers -
Classes in org.apache.sling.api.request used by org.apache.sling.api 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.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. -
Classes in org.apache.sling.api.request used by org.apache.sling.api.request Class Description RequestParameter TheRequestParameter
class represents a single parameter sent with the client request.SlingRequestEvent represents an event published by the Sling engine while dispatching a request.SlingRequestEvent.EventType type of the event -
Classes in org.apache.sling.api.request used by org.apache.sling.api.scripting 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. -
Classes in org.apache.sling.api.request used by org.apache.sling.api.wrappers 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.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.