org.springframework.web.multipart.support
Class Diagram 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.