Uses of Interface
org.springframework.web.multipart.MultipartFile

Packages that use MultipartFile
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. 
 

Uses of MultipartFile in org.springframework.web.multipart
 

Methods in org.springframework.web.multipart that return MultipartFile
 MultipartFile MultipartHttpServletRequest.getFile(String name)
          Return the contents plus description of an uploaded file in this request, or null if it does not exist.
 

Uses of MultipartFile in org.springframework.web.multipart.commons
 

Classes in org.springframework.web.multipart.commons that implement MultipartFile
 class CommonsMultipartFile
          MultipartFile implementation for Jakarta Commons FileUpload.
 

Uses of MultipartFile in org.springframework.web.multipart.support
 

Methods in org.springframework.web.multipart.support that return MultipartFile
 MultipartFile AbstractMultipartHttpServletRequest.getFile(String name)
           
 



Copyright (c) 2002-2007 The Spring Framework Project.