Uses of Interface
org.apache.commons.configuration2.beanutils.BeanFactory
Packages that use BeanFactory
Package
Description
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.-
Uses of BeanFactory in org.apache.commons.configuration2.beanutils
Classes in org.apache.commons.configuration2.beanutils that implement BeanFactoryModifier and TypeClassDescriptionclass
The default implementation of theBeanFactory
interface.Methods in org.apache.commons.configuration2.beanutils that return BeanFactoryModifier and TypeMethodDescriptionBeanHelper.deregisterBeanFactory
(String name) Deregisters the bean factory with the given name.BeanHelper.getDefaultBeanFactory()
Gets the default bean factory.Methods in org.apache.commons.configuration2.beanutils with parameters of type BeanFactoryModifier and TypeMethodDescriptionvoid
BeanHelper.registerBeanFactory
(String name, BeanFactory factory) Registers a bean factory under a symbolic name.Constructors in org.apache.commons.configuration2.beanutils with parameters of type BeanFactoryModifierConstructorDescriptionBeanHelper
(BeanFactory defaultBeanFactory) Constructs a new instance ofBeanHelper
and sets the specified defaultBeanFactory
.