Uses of Class
org.apache.velocity.tools.config.CompoundConfiguration

Packages that use CompoundConfiguration
org.apache.velocity.tools.config   
 

Uses of CompoundConfiguration in org.apache.velocity.tools.config
 

Subclasses of CompoundConfiguration in org.apache.velocity.tools.config
 class EasyFactoryConfiguration
          FactoryConfiguration subclass that simplifies the process of configuring a ToolboxFactory in Java without the use of an xml or properties configuration file.
 class FactoryConfiguration
          This class serves to define configuration info for a ToolboxFactory.
 class FileFactoryConfiguration
          Provides support for reading a configuration file from a specified path, This frees the user from having to obtain an InputStream themselves.
 class PropertiesFactoryConfiguration
           This reads in configuration info formatted as a property file using ExtendedProperties from Commons-Collections.
 class ToolboxConfiguration
          This class handles configuration info for the Toolbox instances that will eventually be produced by ToolboxFactory.
 class XmlFactoryConfiguration
          This reads in configuration info formatted as an XML file using Commons-Digester.
 

Methods in org.apache.velocity.tools.config with parameters of type CompoundConfiguration
 void CompoundConfiguration.addConfiguration(CompoundConfiguration<C> config)
           
 



Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.