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

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

The Spring Framework

Package org.springframework.web.multipart

Multipart resolution framework for handling file uploads.

See:
          Description

Interface Summary
MultipartFile A representation of an uploaded file received in a multipart request.
MultipartHttpServletRequest Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartResolver A strategy interface for multipart file upload resolution in accordance with RFC 1867.
 

Exception Summary
MaxUploadSizeExceededException MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MultipartException Exception thrown on multipart resolution.
 

Package org.springframework.web.multipart Description

Multipart resolution framework for handling file uploads. Provides a MultipartResolver strategy interface, and a generic extension of the HttpServletRequest interface for accessing multipart files in web application code.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.