org.apache.myfaces.tobago.convert
Class LocaleConverter

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

public class LocaleConverter
extends Object
implements Converter


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

Constructor Detail

LocaleConverter

public LocaleConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext facesContext,
                          UIComponent component,
                          String value)
Specified by:
getAsObject in interface Converter

getAsString

public String getAsString(FacesContext facesContext,
                          UIComponent component,
                          Object value)
Specified by:
getAsString in interface Converter


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