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.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.
MultipartRequest
          This interface defines the multipart request access operations that are exposed for actual multipart requests.
 

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.
MultipartRequest
          This interface defines the multipart request access operations that are exposed for actual multipart requests.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart
MultipartException
          Exception thrown when multipart resolution fails.
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.
MultipartRequest
          This interface defines the multipart request access operations that are exposed for actual multipart requests.
 

Classes in org.springframework.web.multipart used by org.springframework.web.multipart.commons
MultipartException
          Exception thrown when multipart resolution fails.
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.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.
MultipartRequest
          This interface defines the multipart request access operations that are exposed for actual multipart requests.
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 when multipart resolution fails.
 

Classes in org.springframework.web.multipart used by org.springframework.web.portlet.multipart
MultipartException
          Exception thrown when multipart resolution fails.
MultipartFile
          A representation of an uploaded file received in a multipart request.
MultipartRequest
          This interface defines the multipart request access operations that are exposed for actual multipart requests.
 

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



Copyright © 2002-2008 The Spring Framework.