Uses of Interface
org.springframework.web.multipart.MultipartRequest
Packages that use MultipartRequest
Package
Description
A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
 Spring's Web MVC framework.
Multipart resolution framework for handling file uploads.
Support classes for the multipart resolution framework.
- 
Uses of MultipartRequest in org.springframework.mock.webClasses in org.springframework.mock.web that implement MultipartRequestModifier and TypeClassDescriptionclassMock implementation of theMultipartHttpServletRequestinterface.
- 
Uses of MultipartRequest in org.springframework.web.multipartSubinterfaces of MultipartRequest in org.springframework.web.multipartModifier and TypeInterfaceDescriptioninterfaceProvides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
- 
Uses of MultipartRequest in org.springframework.web.multipart.supportClasses in org.springframework.web.multipart.support that implement MultipartRequestModifier and TypeClassDescriptionclassAbstract base implementation of theMultipartHttpServletRequestinterface.classDefault implementation of theMultipartHttpServletRequestinterface.classSpring MultipartHttpServletRequest adapter, wrapping a Servlet HttpServletRequest and its Part objects.Methods in org.springframework.web.multipart.support that return MultipartRequestModifier and TypeMethodDescriptionstatic MultipartRequestMultipartResolutionDelegate.resolveMultipartRequest(NativeWebRequest webRequest)