The Spring Framework

Package org.springframework.web.multipart.support

Support classes for the multipart resolution framework.

See:
          Description

Class Summary
AbstractMultipartHttpServletRequest Abstract base implementation of the MultipartHttpServletRequest interface.
ByteArrayMultipartFileEditor Custom 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 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.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.