Uses of Class
org.apache.cocoon.framework.Configurations

Packages that use Configurations
org.apache.cocoon   
org.apache.cocoon.dcp   
org.apache.cocoon.framework   
org.apache.cocoon.parser   
org.apache.cocoon.processor.xsp   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

Uses of Configurations in org.apache.cocoon
 

Methods in org.apache.cocoon with parameters of type Configurations
 void Browsers.init(Configurations conf)
          Initialize the map with the mapping rules.
static Engine Engine.getInstance(Configurations confs, java.lang.Object context)
          This will return a new instance of the Engine class, and handle pooling of instances.
 

Constructors in org.apache.cocoon with parameters of type Configurations
EngineWrapper.EngineWrapper(Configurations confs)
           
 

Uses of Configurations in org.apache.cocoon.dcp
 

Methods in org.apache.cocoon.dcp with parameters of type Configurations
 void DefaultDCPProcessor.init(Configurations configurations)
           
 void ServletDCPProcessor.init(Configurations configurations)
           
 

Uses of Configurations in org.apache.cocoon.framework
 

Methods in org.apache.cocoon.framework that return Configurations
 Configurations Configurations.getConfigurations(java.lang.String base)
          Create a subconfiguration starting from the base node.
 

Methods in org.apache.cocoon.framework with parameters of type Configurations
 void Router.init(Configurations conf)
           
 java.lang.Object Manager.create(java.lang.String name, Configurations conf)
          Create the instance of a class and, if configurable, use the given configurations to configure it.
 java.util.Vector Manager.create(java.util.Vector names, Configurations conf)
          Create a vector of instances with given configurations.
 java.lang.Object Factory.create(java.lang.String name, Configurations conf)
          Create the instance of a class and, if configurable, use the given configurations to configure it.
 java.util.Vector Factory.create(java.util.Vector names, Configurations conf)
          Create a vector of instances with given configurations.
 void Configurable.init(Configurations conf)
          Initialize the class by passing its configurations.
 

Constructors in org.apache.cocoon.framework with parameters of type Configurations
Configurations.Configurations(java.lang.String file, Configurations defaults)
          Create the class with given defaults and from the file
Configurations.Configurations(Configurations c)
          Create the class with given defaults.
 

Uses of Configurations in org.apache.cocoon.parser
 

Methods in org.apache.cocoon.parser with parameters of type Configurations
 void AbstractParser.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.processor.xsp
 

Methods in org.apache.cocoon.processor.xsp with parameters of type Configurations
 void XSPProcessor.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.producer
 

Methods in org.apache.cocoon.producer with parameters of type Configurations
 void ProducerFactory.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.store
 

Methods in org.apache.cocoon.store with parameters of type Configurations
 void MemoryStore.init(Configurations confs)
           
 



Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.