org.apache.commons.beanutils.locale |
Package Documentation for org.apache.commons.beanutils.locale Package
Locale-aware extensions of the standard beanutils classes.
This package allows locale-dependent population of JavaBeans.
|
Java Source File Name | Type | Comment |
BaseLocaleConverter.java | Class | The base class for all standart type locale-sensitive converters. |
LocaleBeanificationTestCase.java | Class |
Test Case for changes made during LocaleBeanutils Beanification. |
LocaleBeanUtils.java | Class | Utility methods for populating JavaBeans properties
via reflection in a locale-dependent manner.
The implementations for these methods are provided by LocaleBeanUtilsBean .
For more details see
LocaleBeanUtilsBean .
author: Craig R. |
LocaleBeanUtilsBean.java | Class | Utility methods for populating JavaBeans properties
via reflection in a locale-dependent manner.
author: Craig R. |
LocaleBeanUtilsTestCase.java | Class | Test Case for
LocaleBeanUtils . |
LocaleConverter.java | Interface | 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. |
LocaleConvertTestSuite.java | Class |
Created a test suite so that new test cases can be added here without having to
edit the build.xml. |
LocaleConvertUtils.java | Class | 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.
The implementations for these method are provided by
LocaleConvertUtilsBean .
These static utility method use the default instance. |
LocaleConvertUtilsBean.java | Class | 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.
This class provides the implementations used by the static utility methods in
LocaleConvertUtils .
The actual
LocaleConverter instance to be used
can be registered for each possible destination Class. |
LocaleConvertUtilsTestCase.java | Class |
Test Case for the LocaleConvertUtils class. |