Uses of Package
org.springframework.web.servlet.handler
Packages that use 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.
-
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.config.annotationClassDescriptionAbstract base class for
HandlerMappingimplementations.Implementation of theHandlerMappinginterface 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 theHandlerMappinginterface that maps from URLs to request handler beans. -
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.function.supportClassDescriptionAbstract base class for
HandlerMappingimplementations.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement. -
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.handlerClassDescriptionAbstract implementation of the
HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.Abstract base class forHandlerExceptionResolverimplementations.Abstract base class forHandlerMappingimplementations.Abstract base class for URL-mappedHandlerMappingimplementations.Deprecated, for removal: This API element is subject to removal in a future version.Container for aMatchableHandlerMappingandCorsConfigurationfor a given request matched by dispatcher type and requestURI.A strategy for assigning a name to a handler method's mapping.Wraps aHandlerInterceptorand 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 withHandlerMappingIntrospectorwithout a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement. -
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.annotation
-
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.methodClassDescriptionAbstract base class for
HandlerMappingimplementations.Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.A strategy for assigning a name to a handler method's mapping. -
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionAbstract base class for
HandlerExceptionResolverimplementations.Abstract base class forHandlerMappingimplementations.Abstract base class forHandlerExceptionResolverimplementations that support handling exceptions from handlers of typeHandlerMethod.Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement. -
Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.support
-
-
Classes in org.springframework.web.servlet.handler used by org.springframework.web.socket.server.supportClassDescriptionAbstract base class for
HandlerMappingimplementations.Abstract base class for URL-mappedHandlerMappingimplementations.Deprecated, for removal: This API element is subject to removal in a future version.together withHandlerMappingIntrospectorwithout a replacement.Implementation of theHandlerMappinginterface that maps from URLs to request handler beans.
PathPatternParser; whenHandlerMappingIntrospector.allHandlerMappingsUsePathPatternParser()returns true, it is sufficient to use that to align with handler mappings.