Uses of Package
org.apache.commons.beanutils.locale

Packages that use org.apache.commons.beanutils.locale
org.apache.commons.beanutils.locale Locale-aware extensions of the standard beanutils classes. 
org.apache.commons.beanutils.locale.converters Standard implementations of the locale-aware LocaleConverter interface that are pre-registered with locale-aware LocaleConvertUtils at startup time. 
 

Classes in org.apache.commons.beanutils.locale used by org.apache.commons.beanutils.locale
LocaleBeanUtils.Descriptor
          Deprecated. moved into LocaleBeanUtils
LocaleBeanUtilsBean
          Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
LocaleBeanUtilsBean.Descriptor
          Deprecated. Property name expressions are now processed by the configured Resolver implementation and this class is no longer used by BeanUtils.
LocaleConverter
          General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
LocaleConvertUtilsBean
          Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
 

Classes in org.apache.commons.beanutils.locale used by org.apache.commons.beanutils.locale.converters
BaseLocaleConverter
          The base class for all standart type locale-sensitive converters.
LocaleConverter
          General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.