Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.configuration.beanutils: Javadoc index of package org.apache.commons.configuration.beanutils.


Package Samples:

org.apache.commons.configuration.beanutils: Configuration package.  

Classes:

ConfigurationDynaBean: 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. The ConfigurationDynaBean maps nested and mapped properties to the appropriate Configuration subset using the Configuration.subset(java.lang.String) > Configuration.subset(java.lang.String) 55 method. Similarly, indexed properties reference lists of configuration properties using the Configuration.getList(String) ...
ConfigurationDynaClass: The ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collection org.apache.commons.configuration.Configuration instance.
TestConfigurationDynaBean: Test Case for the ConfigurationDynaBean implementation class. These tests were based on the ones in BasicDynaBeanTestCase because the two classes provide similar levels of functionality.

Home | Contact Us | Privacy Policy | Terms of Service