Uses of Package
org.springframework.web.servlet.handler
Packages that use org.springframework.web.servlet.handler Package Description org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.function.support Classes supporting theorg.springframework.web.servlet.functionpackage.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 theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.mvc.support Support package for MVC controllers.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.servlet.theme Theme support classes for Spring's web MVC framework.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.server.support 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.annotation Class Description AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.BeanNameUrlHandlerMapping 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.HandlerMappingIntrospector Helper class to get information from theHandlerMappingthat would serve a specific request.SimpleUrlHandlerMapping 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.support Class Description AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.handler Class Description AbstractDetectingUrlHandlerMapping Abstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractUrlHandlerMapping Abstract base class for URL-mappedHandlerMappingimplementations.HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.HandlerMethodMappingNamingStrategy A strategy for assigning a name to a handler method's mapping.MappedInterceptor Contains and delegates calls to aHandlerInterceptoralong with include (and optionally exclude) path patterns to which the interceptor should apply.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.RequestMatchResult 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.i18n Class Description HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.annotation Class Description AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.method Class Description AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractHandlerMethodMapping Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.HandlerMethodMappingNamingStrategy 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.annotation Class Description AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractHandlerMethodExceptionResolver Abstract base class forHandlerExceptionResolverimplementations that support handling exceptions from handlers of typeHandlerMethod.AbstractHandlerMethodMapping Abstract base class forHandlerMappingimplementations that define a mapping between a request and aHandlerMethod.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.RequestMatchResult 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 Class Description AbstractHandlerExceptionResolver Abstract base class forHandlerExceptionResolverimplementations.Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.resource Class Description HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.theme Class Description HandlerInterceptorAdapter Abstract adapter class for theAsyncHandlerInterceptorinterface, for simplified implementation of pre-only/post-only interceptors.Classes in org.springframework.web.servlet.handler used by org.springframework.web.socket.config.annotation Class Description AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.Classes in org.springframework.web.servlet.handler used by org.springframework.web.socket.server.support Class Description AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractUrlHandlerMapping Abstract base class for URL-mappedHandlerMappingimplementations.MatchableHandlerMapping Additional interface that aHandlerMappingcan implement to expose a request matching API aligned with its internal request matching configuration and implementation.SimpleUrlHandlerMapping Implementation of theHandlerMappinginterface that maps from URLs to request handler beans.