| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AbstractDetectingUrlHandlerMapping | Abstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all
 defined beans in the application context. | 
| AbstractHandlerMapping | Abstract base class for HandlerMappingimplementations. | 
| AbstractUrlHandlerMapping | Abstract base class for URL-mapped HandlerMappingimplementations. | 
| BeanNameUrlHandlerMapping | Implementation of the HandlerMappinginterface that map from URLs to beans with names that start with a slash ("/"),
 similar to how Struts maps URLs to action names. | 
| DispatcherServletWebRequest | ServletWebRequestsubclass that is aware ofDispatcherServlet's
 request context, such as the Locale determined by the configuredLocaleResolver. | 
| HandlerInterceptorAdapter | Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors. | 
| SimpleMappingExceptionResolver | HandlerExceptionResolverimplementation
 that allows for mapping exception class names to view names, either for a
 set of given handlers or for all handlers in the DispatcherServlet. | 
| SimpleServletHandlerAdapter | Adapter to use the Servlet interface with the generic DispatcherServlet. | 
| SimpleServletPostProcessor | BeanPostProcessorthat applies initialization and destruction callbacks to beans that
 implement theServletinterface. | 
| SimpleUrlHandlerMapping | Implementation of the HandlerMappinginterface to map from URLs to request handler beans. | 
| UserRoleAuthorizationInterceptor | Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method. | 
| WebRequestHandlerInterceptorAdapter | Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor. | 
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||