|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipartFileReader | |
---|---|
org.springframework.integration.http |
Uses of MultipartFileReader in org.springframework.integration.http |
---|
Classes in org.springframework.integration.http that implement MultipartFileReader | |
---|---|
class |
DefaultMultipartFileReader
MultipartFileReader implementation that reads the MultipartFile
content directly into a new MultipartFile instance that is not restricted
to the HTTP request scope. |
class |
FileCopyingMultipartFileReader
MultipartFileReader implementation that copies the MulitpartFile's
content to a new temporary File in the specified directory. |
class |
SimpleMultipartFileReader
MultipartFileReader implementation that does not maintain metadata from
the original MultipartFile instance. |
Methods in org.springframework.integration.http with parameters of type MultipartFileReader | |
---|---|
void |
MultipartAwareFormHttpMessageConverter.setMultipartFileReader(MultipartFileReader<?> multipartFileReader)
Specify the MultipartFileReader to use when reading MultipartFile content. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |