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

Packages that use Configurations
org.apache.cocoon   
org.apache.cocoon.dcp   
org.apache.cocoon.formatter   
org.apache.cocoon.formatter.html   
org.apache.cocoon.formatter.wml   
org.apache.cocoon.formatter.xhtml   
org.apache.cocoon.formatter.xml   
org.apache.cocoon.framework   
org.apache.cocoon.producer   
org.apache.cocoon.store   
 

Uses of Configurations in org.apache.cocoon
 

Fields in org.apache.cocoon declared as Configurations
(package private)  Configurations Engine.configurations
           
(package private)  Configurations Cocoon.confs
           
 

Methods in org.apache.cocoon with parameters of type Configurations
 void Browsers.init(Configurations conf)
          Initialize the map with the mapping rules.
 

Constructors in org.apache.cocoon with parameters of type Configurations
Engine.Engine(Configurations configurations)
          This method initializes the engine.
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.formatter
 

Methods in org.apache.cocoon.formatter with parameters of type Configurations
 void OpenXMLFormatter.init(Configurations conf)
           
 void XSLPFormatter.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.formatter.html
 

Methods in org.apache.cocoon.formatter.html with parameters of type Configurations
 void OpenXMLHTMLFormatter.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.formatter.wml
 

Methods in org.apache.cocoon.formatter.wml with parameters of type Configurations
 void OpenXMLWMLFormatter.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.formatter.xhtml
 

Methods in org.apache.cocoon.formatter.xhtml with parameters of type Configurations
 void OpenXMLXHTMLFormatter.init(Configurations conf)
           
 

Uses of Configurations in org.apache.cocoon.formatter.xml
 

Methods in org.apache.cocoon.formatter.xml with parameters of type Configurations
 void OpenXMLXMLFormatter.init(Configurations conf)
           
 

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.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 Java Apache Project. All Rights Reserved.