Uses of Class
org.apache.cocoon.components.ChainedConfiguration

Packages that use ChainedConfiguration
org.apache.cocoon.components   
org.apache.cocoon.components.modules.input InputModules Introduction Input modules are generic components that let one map a key to one or more values. 
 

Uses of ChainedConfiguration in org.apache.cocoon.components
 

Methods in org.apache.cocoon.components that return ChainedConfiguration
 ChainedConfiguration DefaultSitemapConfigurationHolder.getConfiguration()
          Deprecated.  
 ChainedConfiguration SitemapConfigurationHolder.getConfiguration()
          Deprecated. Get the configuration for the current sitemap
 ChainedConfiguration ChainedConfiguration.getParent()
          Get the parent configuration
 

Methods in org.apache.cocoon.components with parameters of type ChainedConfiguration
 void DefaultSitemapConfigurationHolder.setPreparedConfiguration(ChainedConfiguration configuration, Object preparedConfig)
          Deprecated.  
 void SitemapConfigurationHolder.setPreparedConfiguration(ChainedConfiguration configuration, Object preparedConfig)
          Deprecated. Set the prepared configuration for the current sitemap.
 

Constructors in org.apache.cocoon.components with parameters of type ChainedConfiguration
ChainedConfiguration(Configuration wrapped, ChainedConfiguration parent)
          Constructor
 

Uses of ChainedConfiguration in org.apache.cocoon.components.modules.input
 

Methods in org.apache.cocoon.components.modules.input with parameters of type ChainedConfiguration
protected  void SitemapVariableHolder.prepare(ChainedConfiguration conf, Map values)
          Deprecated.  
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.