| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||
Create a new StringMultipartFileEditor, using the default charset.
Create a new StringMultipartFileEditor, using the given charset.
| charsetName | valid charset name |
|---|