Uses of Interface
org.springframework.web.multipart.MultipartHttpServletRequest
Packages that use MultipartHttpServletRequest
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 MultipartHttpServletRequest in org.springframework.mock.web
Classes in org.springframework.mock.web that implement MultipartHttpServletRequestModifier and TypeClassDescriptionclass
Mock implementation of theMultipartHttpServletRequest
interface. -
Uses of MultipartHttpServletRequest in org.springframework.web.multipart
Methods in org.springframework.web.multipart that return MultipartHttpServletRequestModifier and TypeMethodDescriptionMultipartResolver.resolveMultipart
(HttpServletRequest request) Parse the given HTTP request into multipart files and parameters, and wrap the request inside aMultipartHttpServletRequest
object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods.Methods in org.springframework.web.multipart with parameters of type MultipartHttpServletRequestModifier and TypeMethodDescriptionvoid
MultipartResolver.cleanupMultipart
(MultipartHttpServletRequest request) Clean up any resources used for the multipart handling, like a storage for the uploaded files. -
Uses of MultipartHttpServletRequest in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement MultipartHttpServletRequestModifier 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 MultipartHttpServletRequestModifier and TypeMethodDescriptionStandardServletMultipartResolver.resolveMultipart
(HttpServletRequest request) Methods in org.springframework.web.multipart.support with parameters of type MultipartHttpServletRequestModifier and TypeMethodDescriptionvoid
StandardServletMultipartResolver.cleanupMultipart
(MultipartHttpServletRequest request)