站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Package org.springframework.web.servlet.handler (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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) 2002-2007 The Spring Framework Project.