In this package a Configuration
implementation can be found that
implements the DynaBean
interface.
See: Description
Interface Summary | |
---|---|
BeanDeclaration |
Definition of an interface for declaring a bean in a configuration file. |
BeanFactory |
Definition of an interface for bean factories. |
Class Summary | |
---|---|
BeanHelper |
A helper class for creating bean instances that are defined in configuration files. |
ConfigurationDynaBean | The ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collection Configuration instance. |
ConfigurationDynaClass |
The ConfigurationDynaClass dynamically determines properties for
a ConfigurationDynaBean from a wrapped configuration-collection
Configuration instance.
|
DefaultBeanFactory |
The default implementation of the |
XMLBeanDeclaration |
An implementation of the |
In this package a Configuration
implementation can be found that
implements the DynaBean
interface. It allows to access or modify
a configuration using the classes from the Commons Beanutils package.
There are also classes for declaring beans in configuration files, from which
then instances can be created.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $