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

org.springframework.web (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web

Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.

See:
          Description

Interface Summary
HttpRequestHandler Plain handler interface for components that process HTTP requests, analogous to a Servlet.
 

Exception Summary
HttpRequestMethodNotSupportedException Exception thrown when a request handler does not support a specific request method.
HttpSessionRequiredException Exception thrown when an HTTP request handler requires a pre-existing session.
 

Package org.springframework.web Description

Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.