| Package | Description |
|---|---|
| org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMultipartHttpServletRequest
Default implementation of the
MultipartHttpServletRequest
interface. |
class |
StandardMultipartHttpServletRequest
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
|