| java.lang.Object | ||
| ↳ | java.beans.PropertyEditorSupport | |
| ↳ | org.springframework.beans.propertyeditors.InputSourceEditor | |
Editor for org.xml.sax.InputSource, converting from a
Spring resource location String to a SAX InputSource object.
Supports Spring-style URL notation: any fully qualified standard URL ("file:", "http:", etc) and Spring's special "classpath:" pseudo-URL.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new InputSourceEditor,
using the default ResourceEditor underneath.
| |||||||||||
Create a new InputSourceEditor,
using the given ResourceEditor underneath.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||
Create a new InputSourceEditor, using the default ResourceEditor underneath.
Create a new InputSourceEditor, using the given ResourceEditor underneath.
| resourceEditor | the ResourceEditor to use |
|---|