Uses of Class
org.apache.commons.configuration.AbstractConfiguration

Packages that use AbstractConfiguration
org.apache.commons.configuration Configuration package.  
org.apache.commons.configuration.web Configurations for web environments 
 

Uses of AbstractConfiguration in org.apache.commons.configuration
 

Subclasses of AbstractConfiguration in org.apache.commons.configuration
 class AbstractFileConfiguration
          Partial implementation of the FileConfiguration interface.
 class BaseConfiguration
          Basic configuration classe.
 class CompositeConfiguration
          This Configuration class allows you to add multiple different types of Configuration to this CompositeConfiguration.
 class DatabaseConfiguration
          Configuration stored in a database.
 class DataConfiguration
          Decorator providing additional getters for any Configuration.
 class HierarchicalConfiguration
          A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.
 class HierarchicalXMLConfiguration
          Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
 class JNDIConfiguration
          This Configuration class allows you to interface with a JNDI datasource.
 class MapConfiguration
          A Map based Configuration.
 class PropertiesConfiguration
          This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
 class SubsetConfiguration
          A subset of another configuration.
 class SystemConfiguration
          A configuration based on the system properties.
 class XMLConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents.
 class XMLPropertiesConfiguration
          This configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
 

Uses of AbstractConfiguration in org.apache.commons.configuration.web
 

Subclasses of AbstractConfiguration in org.apache.commons.configuration.web
 class AppletConfiguration
          A configuration wrapper to read applet parameters.
 class ServletConfiguration
          A configuration wrapper around a ServletConfig.
 class ServletContextConfiguration
          A configuration wrapper to read the initialization parameters of a servlet context.
 class ServletFilterConfiguration
          A configuration wrapper around a FilterConfig.
 class ServletRequestConfiguration
          A configuration wrapper to read the parameters of a servlet request.
 



Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.