|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.PropertyEditorSupport net.sf.morph.util.ResourceArrayInputStreamPropertyEditor
public class ResourceArrayInputStreamPropertyEditor
Drop-in replacement for Spring's InputStreamEditor to convert one or more Resources to an InputStream.
Constructor Summary | |
---|---|
ResourceArrayInputStreamPropertyEditor()
Construct a new ResourceArrayInputStreamPropertyEditor. |
|
ResourceArrayInputStreamPropertyEditor(org.springframework.core.io.support.ResourceArrayPropertyEditor resourceArrayPropertyEditor)
Construct a new ResourceArrayInputStreamPropertyEditor. |
Method Summary | |
---|---|
void |
setAsText(java.lang.String text)
|
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceArrayInputStreamPropertyEditor()
public ResourceArrayInputStreamPropertyEditor(org.springframework.core.io.support.ResourceArrayPropertyEditor resourceArrayPropertyEditor)
resourceArrayPropertyEditor
- Method Detail |
---|
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |