Uses of Package
org.springframework.web.servlet.handler
Package
Description
Annotation-based setup for Spring MVC.
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Support package for annotation-based Servlet MVC controllers.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support package for MVC controllers.
Support for annotation-based WebSocket setup in configuration classes.
Server-side support classes including container-specific strategies
for upgrading a request.
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Implementation of theHandlerMapping
interface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.Deprecated, for removal: This API element is subject to removal in a future version.Implementation of theHandlerMapping
interface that maps from URLs to request handler beans. -
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement. -
ClassDescriptionAbstract implementation of the
HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.Abstract base class forHandlerExceptionResolver
implementations.Abstract base class forHandlerMapping
implementations.Abstract base class for URL-mappedHandlerMapping
implementations.Deprecated, for removal: This API element is subject to removal in a future version.Container for aMatchableHandlerMapping
andCorsConfiguration
for a given request matched by dispatcher type and requestURI.A strategy for assigning a name to a handler method's mapping.Wraps aHandlerInterceptor
and uses URL patterns to determine whether it applies to a given request.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement. -
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Abstract base class forHandlerMapping
implementations that define a mapping between a request and aHandlerMethod
.A strategy for assigning a name to a handler method's mapping. -
ClassDescriptionAbstract base class for
HandlerExceptionResolver
implementations.Abstract base class forHandlerMapping
implementations.Abstract base class forHandlerExceptionResolver
implementations that support handling exceptions from handlers of typeHandlerMethod
.Abstract base class forHandlerMapping
implementations that define a mapping between a request and aHandlerMethod
.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement. -
-
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Abstract base class for URL-mappedHandlerMapping
implementations.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospector
without a replacement.Implementation of theHandlerMapping
interface that maps from URLs to request handler beans.
PathPatternParser
; whenHandlerMappingIntrospector.allHandlerMappingsUsePathPatternParser()
returns true, it is sufficient to use that to align with handler mappings.