java.lang.Object | ||
↳ | java.beans.PropertyEditorSupport | |
↳ | org.springframework.beans.propertyeditors.InputStreamEditor |
One-way PropertyEditor which can convert from a text String to a
java.io.InputStream
, interpreting the given String
as Spring resource location (e.g. a URL String).
Supports Spring-style URL notation: any fully qualified standard URL ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
Note that in the default usage, the stream is not closed by Spring itself!
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new InputStreamEditor,
using the default ResourceEditor underneath.
| |||||||||||
Create a new InputStreamEditor,
using the given ResourceEditor underneath.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This implementation returns
null to indicate that
there is no appropriate text representation. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new InputStreamEditor, using the default ResourceEditor underneath.
Create a new InputStreamEditor, using the given ResourceEditor underneath.
resourceEditor | the ResourceEditor to use |
---|
This implementation returns null
to indicate that
there is no appropriate text representation.