public class

InputSourceEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.propertyeditors.InputSourceEditor

Class Overview

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.

Summary

Public Constructors
InputSourceEditor()
Create a new InputSourceEditor, using the default ResourceEditor underneath.
InputSourceEditor(ResourceEditor resourceEditor)
Create a new InputSourceEditor, using the given ResourceEditor underneath.
Public Methods
String getAsText()
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public InputSourceEditor ()

Also: SpringBeans

Create a new InputSourceEditor, using the default ResourceEditor underneath.

public InputSourceEditor (ResourceEditor resourceEditor)

Create a new InputSourceEditor, using the given ResourceEditor underneath.

Parameters
resourceEditor the ResourceEditor to use

Public Methods

public String getAsText ()

public void setAsText (String text)