Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
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.annotation |
Support package for annotation-based Servlet MVC controllers.
|
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.mvc.support |
Support package for MVC controllers.
|
org.springframework.web.servlet.theme |
Theme support classes for Spring's web MVC framework.
|
Class and Description |
---|
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
BeanNameUrlHandlerMapping
Implementation of the
HandlerMapping
interface that map from URLs to beans with names that start with a slash ("/"),
similar to how Struts maps URLs to action names. |
Class and Description |
---|
AbstractDetectingUrlHandlerMapping
Abstract implementation of the
HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all
defined beans in the application context. |
AbstractHandlerExceptionResolver
Abstract base class for
HandlerExceptionResolver implementations. |
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
AbstractUrlHandlerMapping
Abstract base class for URL-mapped
HandlerMapping
implementations. |
HandlerInterceptorAdapter
Abstract adapter class for the HandlerInterceptor interface,
for simplified implementation of pre-only/post-only interceptors.
|
MappedInterceptor
Holds information about a HandlerInterceptor mapped to a path into the application.
|
Class and Description |
---|
HandlerInterceptorAdapter
Abstract adapter class for the HandlerInterceptor interface,
for simplified implementation of pre-only/post-only interceptors.
|
Class and Description |
---|
AbstractDetectingUrlHandlerMapping
Abstract implementation of the
HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all
defined beans in the application context. |
AbstractHandlerExceptionResolver
Abstract base class for
HandlerExceptionResolver implementations. |
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
AbstractUrlHandlerMapping
Abstract base class for URL-mapped
HandlerMapping
implementations. |
Class and Description |
---|
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
AbstractHandlerMethodMapping
Abstract base class for
HandlerMapping implementations that define a
mapping between a request and a HandlerMethod . |
Class and Description |
---|
AbstractHandlerExceptionResolver
Abstract base class for
HandlerExceptionResolver implementations. |
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
AbstractHandlerMethodExceptionResolver
Abstract base class for
HandlerExceptionResolver
implementations that support handling exceptions from handlers of type HandlerMethod . |
AbstractHandlerMethodMapping
Abstract base class for
HandlerMapping implementations that define a
mapping between a request and a HandlerMethod . |
Class and Description |
---|
AbstractDetectingUrlHandlerMapping
Abstract implementation of the
HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all
defined beans in the application context. |
AbstractHandlerExceptionResolver
Abstract base class for
HandlerExceptionResolver implementations. |
AbstractHandlerMapping
Abstract base class for
HandlerMapping
implementations. |
AbstractUrlHandlerMapping
Abstract base class for URL-mapped
HandlerMapping
implementations. |
Class and Description |
---|
HandlerInterceptorAdapter
Abstract adapter class for the HandlerInterceptor interface,
for simplified implementation of pre-only/post-only interceptors.
|
Copyright © 2015. All rights reserved.