java.lang.Object | ||
↳ | java.beans.PropertyEditorSupport | |
↳ | org.springframework.web.multipart.support.StringMultipartFileEditor |
Custom java.beans.PropertyEditor for converting
MultipartFiles
to Strings.
Allows one to specify the charset to use.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
StringMultipartFileEditor , using the default charset. | |||||||||||
Create a new
StringMultipartFileEditor , using the given charset. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new StringMultipartFileEditor
, using the default charset.
Create a new StringMultipartFileEditor
, using the given charset.
charsetName | valid charset name |
---|