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.Helper class to get information from theHandlerMappingthat would serve a specific request.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.Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMappingwith a method to further extract URI template variables from the pattern. -
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.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.Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMappingwith a method to further extract URI template variables from the pattern. -
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.Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMappingwith a method to further extract URI template variables from the pattern. -
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.Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.Implementation of theHandlerMappinginterface that maps from URLs to request handler beans.