Package org.springframework.web.multipart.support
@NonNullApi
@NonNullFields
package org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
Contains property editors for multipart files, and a Servlet filter
for multipart handling without Spring's Web MVC.
-
ClassDescriptionAbstract base implementation of the
MultipartHttpServletRequest
interface.CustomPropertyEditor
for convertingMultipartFiles
to byte arrays.Default implementation of theMultipartHttpServletRequest
interface.Signals the part of a "multipart/form-data" request, identified by name could not be found.Servlet Filter that resolves multipart requests via aMultipartResolver
.A common delegate forHandlerMethodArgumentResolver
implementations which need to resolveMultipartFile
andPart
arguments.ServerHttpRequest
implementation that accesses one part of a multipart request.Spring MultipartHttpServletRequest adapter, wrapping a Servlet HttpServletRequest and its Part objects.Standard implementation of theMultipartResolver
interface, based on the ServletPart
API.Utility methods for standard ServletPart
handling.CustomPropertyEditor
for convertingMultipartFiles
to Strings.