| Package | Description |
|---|---|
| org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
| org.springframework.web.servlet.mvc.method |
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method package. |
| org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
| org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
| org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
| org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
| org.springframework.web.servlet.tags.form |
Spring's form tag library for JSP views in Spring's Web MVC framework.
|
| org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
| Class and Description |
|---|
| WebContentGenerator
Convenient superclass for any kind of web content generator,
like
AbstractController
and WebContentInterceptor. |
| Class and Description |
|---|
| WebContentGenerator
Convenient superclass for any kind of web content generator,
like
AbstractController
and WebContentInterceptor. |
| Class and Description |
|---|
| WebContentGenerator
Convenient superclass for any kind of web content generator,
like
AbstractController
and WebContentInterceptor. |
| Class and Description |
|---|
| WebContentGenerator
Convenient superclass for any kind of web content generator,
like
AbstractController
and WebContentInterceptor. |
| Class and Description |
|---|
| AbstractDispatcherServletInitializer
Base class for
WebApplicationInitializer
implementations that register a DispatcherServlet in the servlet context. |
| AbstractFlashMapManager
A base class for
FlashMapManager implementations. |
| BindStatus
Simple adapter to expose the bind status of a field or object.
|
| RequestContext
Context holder for request-specific state, like current web application context, current locale,
current theme, and potential binding errors.
|
| RequestDataValueProcessor
A contract for inspecting and potentially modifying request data values such
as URL query parameters or form field values before they are rendered by a
view or before a redirect.
|
| ServletUriComponentsBuilder
UriComponentsBuilder with additional static factory methods to create links
based on the current HttpServletRequest.
|
| Class and Description |
|---|
| RequestContext
Context holder for request-specific state, like current web application context, current locale,
current theme, and potential binding errors.
|
| Class and Description |
|---|
| BindStatus
Simple adapter to expose the bind status of a field or object.
|
| Class and Description |
|---|
| RequestContext
Context holder for request-specific state, like current web application context, current locale,
current theme, and potential binding errors.
|