Uses of Class
org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Packages that use LocaleBeanUtilsBean Package Description org.apache.commons.beanutils.locale Locale-aware extensions of the standard beanutils classes. -
-
Uses of LocaleBeanUtilsBean in org.apache.commons.beanutils.locale
Methods in org.apache.commons.beanutils.locale that return LocaleBeanUtilsBean Modifier and Type Method Description static LocaleBeanUtilsBean
LocaleBeanUtilsBean. getLocaleBeanUtilsInstance()
Gets singleton instanceMethods in org.apache.commons.beanutils.locale with parameters of type LocaleBeanUtilsBean Modifier and Type Method Description static void
LocaleBeanUtilsBean. setInstance(LocaleBeanUtilsBean newInstance)
Sets the instance which provides the functionality forLocaleBeanUtils
.
-