The Spring Framework

Uses of Package
org.springframework.web.multipart

Packages that use org.springframework.web.multipart
org.springframework.mock.web A comprehensive set of Servlet API mock objects, targeted at usage with Spring's web MVC framework. 
org.springframework.mock.web.portlet A comprehensive set of Portlet API mock objects, targeted at usage with Spring's web MVC framework. 
org.springframework.web.multipart Multipart resolution framework for handling file uploads. 
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload
org.springframework.web.multipart.cos MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet)
org.springframework.web.multipart.support Support classes for the multipart resolution framework. 
org.springframework.web.portlet Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework. 
org.springframework.web.portlet.multipart Multipart resolution framework for handling file uploads. 
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
 

Classes in org.springframework.web.multipart used by org.springframework.mock.web
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.
 

Classes in org.springframework.web.multipart used by org.springframework.mock.web.portlet
MultipartFile
          A representation of an uploaded file received in a multipart request.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart
MultipartException
          Exception thrown on multipart resolution.
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.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart.commons
MultipartException
          Exception thrown on multipart resolution.
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.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart.cos
MultipartException
          Exception thrown on multipart resolution.
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.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart.support
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.
 

Classes in org.springframework.web.multipart used by org.springframework.web.portlet
MultipartException
          Exception thrown on multipart resolution.
 

Classes in org.springframework.web.multipart used by org.springframework.web.portlet.multipart
MultipartException
          Exception thrown on multipart resolution.
MultipartFile
          A representation of an uploaded file received in a multipart request.
 

Classes in org.springframework.web.multipart used by org.springframework.web.servlet
MultipartException
          Exception thrown on multipart resolution.
MultipartResolver
          A strategy interface for multipart file upload resolution in accordance with RFC 1867.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.