Package org.springframework.web.servlet.handler

Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.

See
          Description

Class Diagram Summary
handler 
 

Class Summary
AbstractHandlerMappingAbstract base class for HandlerMapping implementations.
AbstractUrlHandlerMappingAbstract base class for URL-mapped HandlerMapping implementations.
BeanNameUrlHandlerMappingImplementation of the HandlerMapping interface to map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
SimpleMappingExceptionResolverException resolver that allows for mapping exception class names to view names, either for a list of given handlers or for all handlers in the DispatcherServlet.
SimpleUrlHandlerMappingImplementation of the HandlerMapping interface to map from URLs to request handler beans.
UserRoleAuthorizationInterceptorInterceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
 

Package org.springframework.web.servlet.handler Description

Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.