|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipartFile | |
---|---|
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.commons | MultipartResolver implementation for Jakarta Commons FileUpload. |
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 MultipartFile in org.springframework.mock.web |
---|
Classes in org.springframework.mock.web that implement MultipartFile | |
---|---|
class |
MockMultipartFile
Mock implementation of the MultipartFile
interface. |
Methods in org.springframework.mock.web that return MultipartFile | |
---|---|
MultipartFile |
MockMultipartHttpServletRequest.getFile(String name)
|
Methods in org.springframework.mock.web with parameters of type MultipartFile | |
---|---|
void |
MockMultipartHttpServletRequest.addFile(MultipartFile file)
Add a file to this request. |
Uses of MultipartFile in org.springframework.mock.web.portlet |
---|
Methods in org.springframework.mock.web.portlet that return MultipartFile | |
---|---|
MultipartFile |
MockMultipartActionRequest.getFile(String name)
|
Methods in org.springframework.mock.web.portlet with parameters of type MultipartFile | |
---|---|
void |
MockMultipartActionRequest.addFile(MultipartFile file)
Add a file to this request. |
Uses of MultipartFile in org.springframework.web.multipart |
---|
Methods in org.springframework.web.multipart that return MultipartFile | |
---|---|
MultipartFile |
MultipartHttpServletRequest.getFile(String name)
Return the contents plus description of an uploaded file in this request, or null if it does not exist. |
Uses of MultipartFile in org.springframework.web.multipart.commons |
---|
Classes in org.springframework.web.multipart.commons that implement MultipartFile | |
---|---|
class |
CommonsMultipartFile
MultipartFile implementation for Jakarta Commons FileUpload. |
Uses of MultipartFile in org.springframework.web.multipart.support |
---|
Methods in org.springframework.web.multipart.support that return MultipartFile | |
---|---|
MultipartFile |
AbstractMultipartHttpServletRequest.getFile(String name)
|
Uses of MultipartFile in org.springframework.web.portlet.multipart |
---|
Methods in org.springframework.web.portlet.multipart that return MultipartFile | |
---|---|
MultipartFile |
MultipartActionRequest.getFile(String name)
Return the contents plus description of an uploaded file in this request, or null if it does not exist. |
MultipartFile |
DefaultMultipartActionRequest.getFile(String name)
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |