org.springframework.web.multipart.support
Class ByteArrayMultipartFileEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
           org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class ByteArrayMultipartFileEditor 
- extends ByteArrayPropertyEditor
Custom PropertyEditor for converting
 MultipartFiles to byte arrays.
- Since:
- 13.10.2003
- Author:
- Juergen Hoeller
 
 
 
| Methods inherited from class java.beans.PropertyEditorSupport | 
| addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ByteArrayMultipartFileEditor
public ByteArrayMultipartFileEditor()
setValue
public void setValue(Object value)
- 
- Specified by:
- setValuein interface- PropertyEditor
- Overrides:
- setValuein class- PropertyEditorSupport
 
- 
 
getAsText
public String getAsText()
- 
- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- ByteArrayPropertyEditor
 
- 
 
Copyright © 2002-2008 The Spring Framework.