Class InputSourceEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.InputSourceEditor
All Implemented Interfaces:
PropertyEditor

public class InputSourceEditor extends PropertyEditorSupport
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.

Since:
3.0.3
Author:
Juergen Hoeller
See Also: