Uses of Class
org.apache.velocity.runtime.configuration.Configuration

Packages that use Configuration
org.apache.velocity.runtime   
org.apache.velocity.runtime.configuration   
org.apache.velocity.runtime.resource.loader   
 

Uses of Configuration in org.apache.velocity.runtime
 

Fields in org.apache.velocity.runtime declared as Configuration
private static Configuration Runtime.overridingProperties
          These are the properties that are laid down over top of the default properties when requested.
private static Configuration Runtime.configuration
          Object that houses the configuration options for the velocity runtime.
 

Methods in org.apache.velocity.runtime that return Configuration
static Configuration Runtime.getConfiguration()
          Return the velocity runtime configuration object.
 

Uses of Configuration in org.apache.velocity.runtime.configuration
 

Fields in org.apache.velocity.runtime.configuration declared as Configuration
private  Configuration Configuration.defaults
          Default configurations repository.
 

Methods in org.apache.velocity.runtime.configuration that return Configuration
 Configuration Configuration.subset(java.lang.String prefix)
          Create a Configurations object that is a subset of this one.
static Configuration Configuration.convertProperties(java.util.Properties p)
          Convert a standard properties class into a configuration class.
 

Methods in org.apache.velocity.runtime.configuration with parameters of type Configuration
private  void Configuration.init(Configuration exp)
          Private initializer method that sets up the generic resources.
 void Configuration.combine(Configuration c)
          Combines an existing Hashtable with this Hashtable.
 

Constructors in org.apache.velocity.runtime.configuration with parameters of type Configuration
Configuration.PropertiesReader(java.io.Reader reader)
          Constructor.
Configuration.PropertiesTokenizer(java.lang.String string)
          Constructor.
 

Uses of Configuration in org.apache.velocity.runtime.resource.loader
 

Methods in org.apache.velocity.runtime.resource.loader with parameters of type Configuration
 void ResourceLoader.commonInit(Configuration configuration)
          This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loaders
abstract  void ResourceLoader.init(Configuration configuration)
          Initialize the template loader with a a resources class.
 void JarResourceLoader.init(Configuration configuration)
          Called by Velocity to initialize the loader
 void DataSourceResourceLoader.init(Configuration configuration)
           
 void ClasspathResourceLoader.init(Configuration configuration)
          This is abstract in the base class, so we need it
 void FileResourceLoader.init(Configuration configuration)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.