Package | Description |
---|---|
org.springframework.mock.web |
A comprehensive set of Servlet API 2.5 mock objects,
targeted at usage with Spring's web MVC framework.
|
org.springframework.mock.web.portlet |
A comprehensive set of Portlet API 2.0 mock objects,
targeted at usage with Spring's web MVC framework.
|
org.springframework.web.multipart |
Multipart resolution framework for handling file uploads.
|
org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
org.springframework.web.portlet.multipart |
Multipart resolution framework for handling file uploads.
|
Modifier and Type | Class and Description |
---|---|
class |
MockMultipartHttpServletRequest
Mock implementation of the
MultipartHttpServletRequest interface. |
Modifier and Type | Class and Description |
---|---|
class |
MockMultipartActionRequest
Mock implementation of the
MultipartActionRequest interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipartHttpServletRequest
Provides additional methods for dealing with multipart content within a
servlet request, allowing to access uploaded files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultipartHttpServletRequest
Abstract base implementation of the MultipartHttpServletRequest interface.
|
class |
DefaultMultipartHttpServletRequest
Default implementation of the
MultipartHttpServletRequest
interface. |
class |
StandardMultipartHttpServletRequest
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultipartActionRequest
Interface which provides additional methods for dealing with multipart
content within a portlet request, allowing to access uploaded files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultipartActionRequest
Default implementation of the
MultipartActionRequest interface. |
Copyright © 2015. All rights reserved.