Package | Description |
---|---|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.i18n |
Locale support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.condition |
Common MVC logic for matching incoming requests based on conditions.
|
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.mvc.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.theme |
Theme support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
log4j initialization, and cookie handling.
|
Class and Description |
---|
NestedServletException
Subclass of
ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does. |
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
CookieGenerator
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UriComponentsBuilder
Builder for
UriComponents . |
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
CookieGenerator
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UriComponents
Represents an immutable collection of URI components, mapping component type to
String values.
|
UriComponentsBuilder
Builder for
UriComponents . |
Copyright © 2015. All rights reserved.