Uses of Interface
org.springframework.web.multipart.MultipartRequest
Packages that use MultipartRequest Package Description org.springframework.mock.web A comprehensive set of Servlet API 4.0 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.support Support classes for the multipart resolution framework.Uses of MultipartRequest in org.springframework.mock.web
Classes in org.springframework.mock.web that implement MultipartRequest Modifier and Type Class Description classMockMultipartHttpServletRequestMock implementation of theMultipartHttpServletRequestinterface.Uses of MultipartRequest in org.springframework.web.multipart
Subinterfaces of MultipartRequest in org.springframework.web.multipart Modifier and Type Interface Description interfaceMultipartHttpServletRequestProvides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.Uses of MultipartRequest in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement MultipartRequest Modifier and Type Class Description classAbstractMultipartHttpServletRequestAbstract base implementation of the MultipartHttpServletRequest interface.classDefaultMultipartHttpServletRequestDefault implementation of theMultipartHttpServletRequestinterface.classStandardMultipartHttpServletRequestSpring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest and its Part objects.Methods in org.springframework.web.multipart.support that return MultipartRequest Modifier and Type Method Description static MultipartRequestMultipartResolutionDelegate. resolveMultipartRequest(NativeWebRequest webRequest)