Package | Description |
---|---|
org.apache.commons.configuration2.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBeanFactory
The default implementation of the
BeanFactory interface. |
Modifier and Type | Method and Description |
---|---|
BeanFactory |
BeanHelper.deregisterBeanFactory(String name)
Deregisters the bean factory with the given name.
|
BeanFactory |
BeanHelper.getDefaultBeanFactory()
Returns the default bean factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanHelper.registerBeanFactory(String name,
BeanFactory factory)
Register a bean factory under a symbolic name.
|
Constructor and Description |
---|
BeanHelper(BeanFactory defFactory)
Creates a new instance of
BeanHelper and sets the specified
default BeanFactory . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.