Uses of Class
org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
Packages that use LocaleBeanUtilsBean
Package
Description
Locale-aware extensions of the standard beanutils classes.
-
Uses of LocaleBeanUtilsBean in org.apache.commons.beanutils.locale
Fields in org.apache.commons.beanutils.locale with type parameters of type LocaleBeanUtilsBeanModifier and TypeFieldDescriptionprivate static final ContextClassLoaderLocal
<LocaleBeanUtilsBean> LocaleBeanUtilsBean.LOCALE_BEANS_BY_CLASSLOADER
ContainsLocaleBeanUtilsBean
instances indexed by context classloader.Methods in org.apache.commons.beanutils.locale that return LocaleBeanUtilsBeanModifier and TypeMethodDescriptionstatic LocaleBeanUtilsBean
LocaleBeanUtilsBean.getLocaleBeanUtilsInstance()
Gets singleton instanceMethods in org.apache.commons.beanutils.locale with parameters of type LocaleBeanUtilsBeanModifier and TypeMethodDescriptionstatic void
LocaleBeanUtilsBean.setInstance
(LocaleBeanUtilsBean newInstance) Sets the instance which provides the functionality forLocaleBeanUtils
.