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.Helper class to get information from theHandlerMapping
that would serve a specific request.Implementation of theHandlerMapping
interface that maps from URLs to request handler beans. -
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Additional interface that aHandlerMapping
can implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMapping
with a method to further extract URI template variables from the pattern. -
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.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.Additional interface that aHandlerMapping
can implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMapping
with a method to further extract URI template variables from the pattern. -
-
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
.Additional interface that aHandlerMapping
can implement to expose a request matching API aligned with its internal request matching configuration and implementation.Container for the result from request pattern matching viaMatchableHandlerMapping
with a method to further extract URI template variables from the pattern. -
-
-
ClassDescriptionAbstract base class for
HandlerMapping
implementations.Abstract base class for URL-mappedHandlerMapping
implementations.Additional interface that aHandlerMapping
can implement to expose a request matching API aligned with its internal request matching configuration and implementation.Implementation of theHandlerMapping
interface that maps from URLs to request handler beans.