Uses of Interface
org.apache.commons.configuration2.beanutils.BeanFactory
-
Packages that use BeanFactory Package Description org.apache.commons.configuration2.beanutils In this package aConfigurationimplementation can be found that implements theDynaBeaninterface. -
-
Uses of BeanFactory in org.apache.commons.configuration2.beanutils
Classes in org.apache.commons.configuration2.beanutils that implement BeanFactory Modifier and Type Class Description classDefaultBeanFactoryThe default implementation of theBeanFactoryinterface.Methods in org.apache.commons.configuration2.beanutils that return BeanFactory Modifier and Type Method Description BeanFactoryBeanHelper. deregisterBeanFactory(String name)Deregisters the bean factory with the given name.BeanFactoryBeanHelper. getDefaultBeanFactory()Gets the default bean factory.Methods in org.apache.commons.configuration2.beanutils with parameters of type BeanFactory Modifier and Type Method Description voidBeanHelper. registerBeanFactory(String name, BeanFactory factory)Registers a bean factory under a symbolic name.Constructors in org.apache.commons.configuration2.beanutils with parameters of type BeanFactory Constructor Description BeanHelper(BeanFactory defaultBeanFactory)Constructs a new instance ofBeanHelperand sets the specified defaultBeanFactory.
-