Uses of Class
org.apache.commons.beanutils.ContextClassLoaderLocal
Packages that use ContextClassLoaderLocal
Package
Description
The Bean Introspection Utilities component of the Apache Commons
subproject offers low-level utility classes that assist in getting and setting
property values on Java classes that follow the naming design patterns outlined
in the JavaBeans Specification, as well as mechanisms for dynamically defining
and accessing bean properties.
Locale-aware extensions of the standard beanutils classes.
-
Uses of ContextClassLoaderLocal in org.apache.commons.beanutils
Fields in org.apache.commons.beanutils declared as ContextClassLoaderLocalModifier and TypeFieldDescriptionprivate static final ContextClassLoaderLocal
<BeanUtilsBean> BeanUtilsBean.BEANS_BY_CLASSLOADER
ContainsBeanUtilsBean
instances indexed by context classloader.private static final ContextClassLoaderLocal
<Map<WrapDynaClass.CacheKey, WrapDynaClass>> WrapDynaClass.CLASSLOADER_CACHE
-
Uses of ContextClassLoaderLocal in org.apache.commons.beanutils.locale
Fields in org.apache.commons.beanutils.locale declared as ContextClassLoaderLocalModifier and TypeFieldDescriptionprivate static final ContextClassLoaderLocal
<LocaleBeanUtilsBean> LocaleBeanUtilsBean.LOCALE_BEANS_BY_CLASSLOADER
ContainsLocaleBeanUtilsBean
instances indexed by context classloader.