Class ByteArrayMultipartFileEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
- All Implemented Interfaces:
- PropertyEditor
Custom 
PropertyEditor for converting
MultipartFiles to byte arrays.- Since:
- 13.10.2003
- Author:
- Juergen Hoeller
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class ByteArrayPropertyEditorsetAsTextMethods inherited from class PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
- 
Constructor Details- 
ByteArrayMultipartFileEditorpublic ByteArrayMultipartFileEditor()
 
- 
- 
Method Details- 
setValue- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- PropertyEditorSupport
 
- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- ByteArrayPropertyEditor
 
 
-