The ConfigurationDynaBean dynamically reads and writes
configurations properties from a wrapped configuration-collection
org.apache.commons.configuration.Configuration instance. It also
implements a
java.util.Map interface so that it can be used in
JSP 2.0 Expression Language expressions.
Note: Some of the methods expect that a dot (".") is used as
property delimitor for the wrapped configuration. This is true for most of
the default configurations. Hierarchical configurations, for which a specific
expression engine is set, may cause problems.
ConfigurationDynaBean(Configuration configuration) Creates a new instance of ConfigurationDynaBean and sets
the configuration this bean is associated with.