org.nuiton.util
Class LocaleConverter

java.lang.Object
  extended by org.nuiton.util.LocaleConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

Deprecated. since 2.0.1, use the LocaleConverter instead

@Deprecated
public class LocaleConverter
extends Object
implements org.apache.commons.beanutils.Converter

classe pour convertir une chaine en un objet Locale.

Author:
tchemit

Constructor Summary
LocaleConverter()
          Deprecated.  
 
Method Summary
 Object convert(Class aClass, Object value)
          Deprecated.  
 Class<?> getType()
          Deprecated.  
protected  boolean isEnabled(Class<?> aClass)
          Deprecated.  
 Locale valueOf(String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleConverter

public LocaleConverter()
Deprecated. 
Method Detail

convert

public Object convert(Class aClass,
                      Object value)
Deprecated. 
Specified by:
convert in interface org.apache.commons.beanutils.Converter

valueOf

public Locale valueOf(String value)
Deprecated. 

isEnabled

protected boolean isEnabled(Class<?> aClass)
Deprecated. 

getType

public Class<?> getType()
Deprecated. 


Copyright © 2004-2010 CodeLutin. All Rights Reserved.