Uses of Interface
org.apache.commons.configuration2.beanutils.BeanFactory
-
Packages that use BeanFactory Package Description org.apache.commons.configuration2.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface. -
-
Uses of BeanFactory in org.apache.commons.configuration2.beanutils
Classes in org.apache.commons.configuration2.beanutils that implement BeanFactory Modifier and Type Class Description class
DefaultBeanFactory
The default implementation of theBeanFactory
interface.Methods in org.apache.commons.configuration2.beanutils that return BeanFactory Modifier and Type Method Description BeanFactory
BeanHelper. deregisterBeanFactory(java.lang.String name)
Deregisters the bean factory with the given name.BeanFactory
BeanHelper. getDefaultBeanFactory()
Returns the default bean factory.Methods in org.apache.commons.configuration2.beanutils with parameters of type BeanFactory Modifier and Type Method Description void
BeanHelper. registerBeanFactory(java.lang.String name, BeanFactory factory)
Register a bean factory under a symbolic name.Constructors in org.apache.commons.configuration2.beanutils with parameters of type BeanFactory Constructor Description BeanHelper(BeanFactory defFactory)
Creates a new instance ofBeanHelper
and sets the specified defaultBeanFactory
.
-