public interface

MultipartHttpServletRequest

implements HttpServletRequest MultipartRequest
org.springframework.web.multipart.MultipartHttpServletRequest
Known Indirect Subclasses

Class Overview

Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files. Implementations also need to override the standard javax.servlet.ServletRequest methods for parameter access, making multipart parameters available.

A concrete implementation is DefaultMultipartHttpServletRequest. As an intermediate step, AbstractMultipartHttpServletRequest can be subclassed.

Summary

[Expand]
Inherited Constants
From interface javax.servlet.http.HttpServletRequest
[Expand]
Inherited Methods
From interface javax.servlet.ServletRequest
From interface javax.servlet.http.HttpServletRequest
From interface org.springframework.web.multipart.MultipartRequest