|
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 | Helper class to manage a thread-bound HttpServletRequest. |
| RequestContextListener | Listener for Servlet 2.4+ containers. |
| 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 | |||||||||