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()
Gets the default bean factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanHelper.registerBeanFactory(String name,
BeanFactory factory)
Registers a bean factory under a symbolic name.
|
Constructor and Description |
---|
BeanHelper(BeanFactory defaultBeanFactory)
Constructs a new instance of
BeanHelper and sets the specified default BeanFactory . |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.