spring-framework / org.springframework.web.multipart.support / DefaultMultipartHttpServletRequest / <init>

<init>

DefaultMultipartHttpServletRequest(request: HttpServletRequest, mpFiles: MultiValueMap<String, MultipartFile>, mpParams: MutableMap<String, Array<String>>, mpParamContentTypes: MutableMap<String, String>)

Wrap the given HttpServletRequest in a MultipartHttpServletRequest.

Parameters

request - the servlet request to wrap

mpFiles - a map of the multipart files

mpParams - a map of the parameters to expose, with Strings as keys and String arrays as values

DefaultMultipartHttpServletRequest(request: HttpServletRequest)

Wrap the given HttpServletRequest in a MultipartHttpServletRequest.

Parameters

request - the servlet request to wrap