The Spring Framework

Uses of Package
org.springframework.web.servlet.handler

Packages that use org.springframework.web.servlet.handler
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
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.support Support package for MVC controllers. 
org.springframework.web.servlet.theme Theme support classes for Spring's web MVC framework. 
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.handler
AbstractDetectingUrlHandlerMapping
          Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
HandlerInterceptorAdapter
          Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.handler.metadata
AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.i18n
HandlerInterceptorAdapter
          Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.annotation
AbstractDetectingUrlHandlerMapping
          Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.mvc.support
AbstractDetectingUrlHandlerMapping
          Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
AbstractUrlHandlerMapping
          Abstract base class for URL-mapped HandlerMapping implementations.
 

Classes in org.springframework.web.servlet.handler used by org.springframework.web.servlet.theme
HandlerInterceptorAdapter
          Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.