Package org.springframework.web.multipart.support

Support classes for the multipart resolution framework.

See
          Description

Class Diagram Summary
support 
 

Class Summary
AbstractMultipartHttpServletRequestAbstract base implementation of the MultipartHttpServletRequest interface.
ByteArrayMultipartFileEditorCustom PropertyEditor for converting MultipartFiles to byte arrays.
DefaultMultipartHttpServletRequestDefault implementation of the MultipartHttpServletRequest interface.
MultipartFilterServlet 2.3 Filter that resolves multipart requests via a MultipartResolver in the root web application context.
StringMultipartFileEditorCustom PropertyEditor for converting MultipartFiles to Strings.
 

Package org.springframework.web.multipart.support Description

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.