public class

CharsetEditor

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

Class Overview

Editor for java.nio.charset.Charset, translating charset String representations into Charset objects and back.

Expects the same syntax as Charset's name(), e.g. UTF-8, ISO-8859-16, etc.

See Also

Summary

Public Constructors
CharsetEditor()
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 CharsetEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

public void setAsText (String text)