|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
public class ByteArrayMultipartFileEditor
Custom PropertyEditor for converting
MultipartFiles to byte arrays.
| Constructor Summary | |
|---|---|
ByteArrayMultipartFileEditor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAsText()
|
void |
setValue(java.lang.Object value)
|
| Methods inherited from class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor |
|---|
setAsText |
| 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 |
| Constructor Detail |
|---|
public ByteArrayMultipartFileEditor()
| Method Detail |
|---|
public void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class java.beans.PropertyEditorSupportpublic java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class ByteArrayPropertyEditor
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||