|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RequestAttributes | Abstraction for accessing attribute objects associated with a request. |
WebRequest | Generic interface for a web request. |
WebRequestInterceptor | Interface for general web request interception. |
Class Summary | |
---|---|
AbstractRequestAttributes | Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes. |
AbstractRequestAttributesScope | Abstract Scope implementation that reads from a particular scope
in the current thread-bound RequestAttributes object. |
RequestContextHolder | Holder class to expose the web request in the form of a thread-bound
RequestAttributes object. |
RequestContextListener | Servlet 2.4+ listener that exposes the request to the current thread,
through both LocaleContextHolder and
RequestContextHolder . |
RequestScope | Request-backed Scope
implementation. |
ServletRequestAttributes | Servlet-based implementation of the RequestAttributes interface. |
ServletWebRequest | WebRequest adapter for an HttpServletRequest . |
SessionScope | Session-backed Scope
implementation. |
Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |