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(),
 for example, UTF-8, ISO-8859-16, etc.
- Since:
 - 2.5.4
 - Author:
 - Arjen Poutsma, Sam Brannen
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor 
- 
Constructor Details
- 
CharsetEditor
public CharsetEditor() 
 - 
 - 
Method Details
- 
setAsText
- Specified by:
 setAsTextin interfacePropertyEditor- Overrides:
 setAsTextin classPropertyEditorSupport- Throws:
 IllegalArgumentException
 - 
getAsText
- Specified by:
 getAsTextin interfacePropertyEditor- Overrides:
 getAsTextin classPropertyEditorSupport
 
 -