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_CLASSLOADERContainsLocaleBeanUtilsBeaninstances indexed by context classloader.Methods in org.apache.commons.beanutils.locale that return LocaleBeanUtilsBeanModifier and TypeMethodDescriptionstatic LocaleBeanUtilsBeanLocaleBeanUtilsBean.getLocaleBeanUtilsInstance()Gets singleton instanceMethods in org.apache.commons.beanutils.locale with parameters of type LocaleBeanUtilsBeanModifier and TypeMethodDescriptionstatic voidLocaleBeanUtilsBean.setInstance(LocaleBeanUtilsBean newInstance) Sets the instance which provides the functionality forLocaleBeanUtils.