org.springframework.beans.propertyeditors
Class CharsetEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.springframework.beans.propertyeditors.CharsetEditor
org.springframework.beans.propertyeditors.CharsetEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class CharsetEditor 
- extends PropertyEditorSupport
Editor for Charset, to directly populate a Charset property.
 
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:
- Charset
 
 
| Methods inherited from class java.beans.PropertyEditorSupport | 
| addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CharsetEditor
public CharsetEditor()
setAsText
public void setAsText(String text)
               throws IllegalArgumentException
- 
- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- PropertyEditorSupport
 
- 
- Throws:
- IllegalArgumentException
 
getAsText
public String getAsText()
- 
- Specified by:
- getAsTextin interface- PropertyEditor
- Overrides:
- getAsTextin class- PropertyEditorSupport
 
- 
 
Copyright © 2002-2008 The Spring Framework.