public class

CurrencyConverter

extends Object
implements Converter
java.lang.Object
   ↳ org.apache.myfaces.tobago.convert.CurrencyConverter

Class Overview

JSF converter for the java.util.Currency class.

Summary

Public Constructors
CurrencyConverter()
Public Methods
Object getAsObject(FacesContext facesContext, UIComponent component, String string)
String getAsString(FacesContext facesContext, UIComponent component, Object object)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.faces.convert.Converter

Public Constructors

public CurrencyConverter ()

Public Methods

public Object getAsObject (FacesContext facesContext, UIComponent component, String string)

Throws
ConverterException

public String getAsString (FacesContext facesContext, UIComponent component, Object object)

Throws
ConverterException