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

Packages that use org.springframework.web.servlet.handler
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package.  
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.theme Theme support classes for Spring's web MVC framework.  
 

Classes in org.springframework.web.servlet.handler used by org.springframework.orm.jdo.support
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
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.theme
HandlerInterceptorAdapter
          Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
 



Copyright (C) 2003-2004 The Spring Framework Project.