package

org.springframework.web.multipart.support

Support classes for the multipart resolution framework. Contains property editors for multipart files, and a servlet filter for multipart handling without Spring's web MVC.

Classes

AbstractMultipartHttpServletRequest Abstract base implementation of the MultipartHttpServletRequest interface. 
ByteArrayMultipartFileEditor Custom java.beans.PropertyEditor for converting MultipartFiles to byte arrays. 
DefaultMultipartHttpServletRequest Default implementation of the MultipartHttpServletRequest interface. 
MultipartFilter Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver. 
StringMultipartFileEditor Custom java.beans.PropertyEditor for converting MultipartFiles to Strings.