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

Uses of Class org.springframework.web.servlet.HttpServletBean (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.web.servlet.HttpServletBean

Packages that use HttpServletBean
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
 

Uses of HttpServletBean in org.springframework.web.servlet
 

Subclasses of HttpServletBean in org.springframework.web.servlet
 class DispatcherServlet
          Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers or HTTP-based remote service exporters.
 class FrameworkServlet
          Base servlet for Spring's web framework.
 class ResourceServlet
          Simple servlet that can expose an internal resource, including a default URL if the specified resource is not found.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.