Package org.apache.sling.api.request

Interface Summary
RequestParameter The RequestParameter class represents a single parameter sent with the client request.
RequestParameterMap The RequestParameterMap 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 The RequestProgressTracker 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
RequestDispatcherOptions RequestDispatcherOptions are used in the SlingHttpServletRequest.getRequestDispatcher(org.apache.sling.api.resource.Resource, RequestDispatcherOptions) method, to give more control on some aspects of the include/forward mechanism.
RequestUtil  
ResponseUtil Response-related utilities
SlingRequestEvent represents an event published by the Sling engine while dispatching a request.
 

Enum Summary
SlingRequestEvent.EventType type of the event
 

Exception Summary
RecursionTooDeepException The RecursionTooDeepException is thrown by the Sling implementation if to many recursive content inclusions take place.
TooManyCallsException The TooManyCallsException is thrown by the Sling implementation if to many inclusions have been called for during a single request.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.