Uses of Interface
org.springframework.web.multipart.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.web
Modifier and TypeClassDescriptionclass
Mock implementation of theMultipartHttpServletRequest
interface. -
Uses of MultipartRequest in org.springframework.web.multipart
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic MultipartRequest
MultipartResolutionDelegate.resolveMultipartRequest
(NativeWebRequest webRequest)