Uses of Interface
org.springframework.web.multipart.MultipartRequest
Packages that use MultipartRequest
Package
Description
A comprehensive set of Servlet API 6.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.web
Classes in org.springframework.mock.web that implement MultipartRequestModifier and TypeClassDescriptionclass
Mock implementation of theMultipartHttpServletRequest
interface. -
Uses of MultipartRequest in org.springframework.web.multipart
Subinterfaces of MultipartRequest in org.springframework.web.multipartModifier and TypeInterfaceDescriptioninterface
Provides 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 MultipartRequestModifier and TypeClassDescriptionclass
Abstract base implementation of theMultipartHttpServletRequest
interface.class
Default implementation of theMultipartHttpServletRequest
interface.class
Spring MultipartHttpServletRequest adapter, wrapping a Servlet HttpServletRequest and its Part objects.Methods in org.springframework.web.multipart.support that return MultipartRequestModifier and TypeMethodDescriptionstatic MultipartRequest
MultipartResolutionDelegate.resolveMultipartRequest
(NativeWebRequest webRequest)