public class

CurrencyEditor

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

Class Overview

Editor for java.util.Currency, translating currency codes into Currency objects. Exposes the currency code as text representation of a Currency object.

See Also

Summary

Public Constructors
CurrencyEditor()
Public Methods
String getAsText()
This implementation returns null to indicate that there is no appropriate text representation.
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 CurrencyEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

This implementation returns null to indicate that there is no appropriate text representation.

public void setAsText (String text)