org.apache.myfaces.tobago.convert
Class CurrencyConverter

java.lang.Object
  extended by org.apache.myfaces.tobago.convert.CurrencyConverter
All Implemented Interfaces:
Converter

public class CurrencyConverter
extends Object
implements Converter


Constructor Summary
CurrencyConverter()
           
 
Method Summary
 Object getAsObject(FacesContext facesContext, UIComponent component, String string)
           
 String getAsString(FacesContext facesContext, UIComponent component, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyConverter

public CurrencyConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext facesContext,
                          UIComponent component,
                          String string)
                   throws ConverterException
Specified by:
getAsObject in interface Converter
Throws:
ConverterException

getAsString

public String getAsString(FacesContext facesContext,
                          UIComponent component,
                          Object object)
                   throws ConverterException
Specified by:
getAsString in interface Converter
Throws:
ConverterException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.