| Name | Description | Type | Package | Framework |
| AbstractDetectingUrlHandlerMapping | Abstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerExceptionResolver | Abstract base class for HandlerExceptionResolver implementations. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMapping | Abstract base class for HandlerMappingincluding handler interceptors mapped by path patterns. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMethodExceptionResolver | Abstract base class forHandlerExceptionResolver | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractHandlerMethodMapping | Abstract base class for HandlerMapping implementations that definea mapping between a request and a HandlerMethod. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| AbstractUrlHandlerMapping | Abstract base class for URL-mapped HandlerMappingURL lookup. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| BeanNameUrlHandlerMapping | interface that map from URLs to beans with names that start with a slash (/),similar to how Struts maps URLs to action names. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| ConversionServiceExposingInterceptor | Interceptor that places the configured ConversionService in request scopeso it's available during request processing. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| DispatcherServletWebRequest | ServletWebRequest subclass that is aware ofrequest context, such as the Locale determined by the configured | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerAdapter | MVC framework SPI, allowing parameterization of the core MVC workflow. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerExceptionResolver | Interface to be implemented by objects that can resolve exceptions thrown duringhandler mapping or execution, in the typical case to error views. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerExceptionResolverComposite | A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerExecutionChain | Handler execution chain, consisting of handler object and any handler interceptors. | Class | org.springframework.web.servlet | Spring MVC |
|
| HandlerInterceptor | Workflow interface that allows for customized handler execution chains. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerInterceptorAdapter | Abstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| HandlerMapping | Interface to be implemented by objects that define a mapping betweenrequests and handler objects. | Interface | org.springframework.web.servlet | Spring MVC |
|
| HandlerMethodMappingNamingStrategy | A strategy for assigning a name to a handler method's mapping. | Interface | org.springframework.web.servlet.handler | Spring MVC |
|
| MappedInterceptor | Contains and delegates calls to a HandlerInterceptor along withinclude (and optionally exclude) path patterns to which the interceptor should apply. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleMappingExceptionResolver | HandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a set of | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleServletHandlerAdapter | Adapter to use the Servlet interface with the generic DispatcherServlet. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleServletPostProcessor | that applies initialization and destruction callbacks to beans thatAfter initialization of the bean instance, the Servlet init | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| SimpleUrlHandlerMapping | interface to map from URLs to request handler beans. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| UserRoleAuthorizationInterceptor | Interceptor that checks the authorization of the current user via theuser's roles, as evaluated by HttpServletRequest's isUserInRole method. | Class | org.springframework.web.servlet.handler | Spring MVC |
|
| WebRequestHandlerInterceptorAdapter | Adapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor. | Class | org.springframework.web.servlet.handler | Spring MVC |