Class CharsetEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.CharsetEditor
- All Implemented Interfaces:
- PropertyEditor
Editor for 
java.nio.charset.Charset, translating charset
 String representations into Charset objects and back.
 Expects the same syntax as Charset's Charset.name(),
 e.g. UTF-8, ISO-8859-16, etc.
- Since:
- 2.5.4
- Author:
- Arjen Poutsma
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.beans.PropertyEditorSupportaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
- 
Constructor Details- 
CharsetEditorpublic CharsetEditor()
 
- 
- 
Method Details- 
setAsText- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
- Throws:
- IllegalArgumentException
 
- 
getAsText- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
 
-