| Package | Description |
|---|---|
| org.springframework.web.context.request |
Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
|
| org.springframework.web.context.request.async |
Support for asynchronous request processing.
|
| org.springframework.web.portlet.context |
Support for Spring's application context concept in a portlet environment,
including ApplicationContext implementations and various utility classes.
|
| org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletRequestAttributes
Servlet-based implementation of the
RequestAttributes interface. |
class |
ServletWebRequest
WebRequest adapter for an HttpServletRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSupportAsyncWebRequest
An
AsyncWebRequest to use when there is no underlying async support. |
class |
StandardServletAsyncWebRequest
A Servlet 3.0 implementation of
AsyncWebRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
PortletRequestAttributes
Portlet-based implementation of the
RequestAttributes interface. |
class |
PortletWebRequest
WebRequest adapter
for a PortletRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherServletWebRequest
ServletWebRequest subclass that is aware of
DispatcherServlet's
request context, such as the Locale determined by the configured
LocaleResolver. |
Copyright © 2015. All rights reserved.