|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipartRequest | |
---|---|
org.springframework.mock.web | A comprehensive set of Servlet API mock objects, targeted at usage with Spring's web MVC framework. |
org.springframework.mock.web.portlet | A comprehensive set of Portlet API 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. |
Uses of MultipartRequest in org.springframework.mock.web |
---|
Classes in org.springframework.mock.web that implement MultipartRequest | |
---|---|
class |
MockMultipartHttpServletRequest
Mock implementation of the MultipartHttpServletRequest interface. |
Uses of MultipartRequest in org.springframework.mock.web.portlet |
---|
Classes in org.springframework.mock.web.portlet that implement MultipartRequest | |
---|---|
class |
MockMultipartActionRequest
Mock implementation of the MultipartActionRequest interface. |
Uses of MultipartRequest in org.springframework.web.multipart |
---|
Subinterfaces of MultipartRequest in org.springframework.web.multipart | |
---|---|
interface |
MultipartHttpServletRequest
Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files. |
Uses of MultipartRequest in org.springframework.web.multipart.support |
---|
Classes in org.springframework.web.multipart.support that implement MultipartRequest | |
---|---|
class |
AbstractMultipartHttpServletRequest
Abstract base implementation of the MultipartHttpServletRequest interface. |
class |
DefaultMultipartHttpServletRequest
Default implementation of the MultipartHttpServletRequest
interface. |
Uses of MultipartRequest in org.springframework.web.portlet.multipart |
---|
Subinterfaces of MultipartRequest in org.springframework.web.portlet.multipart | |
---|---|
interface |
MultipartActionRequest
Interface which provides additional methods for dealing with multipart content within a portlet request, allowing to access uploaded files. |
Classes in org.springframework.web.portlet.multipart that implement MultipartRequest | |
---|---|
class |
DefaultMultipartActionRequest
Default implementation of the MultipartActionRequest interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |