org.apache.cocoon.components
Interface SitemapConfigurationHolder

All Known Implementing Classes:
DefaultSitemapConfigurationHolder

public interface SitemapConfigurationHolder

A SitemapConfigurable component gets the sitemap configuration using this object.

Since:
2.1
Version:
CVS $Id: SitemapConfigurationHolder.java 55257 2004-10-21 20:36:33Z cziegeler $
Author:
Carsten Ziegeler

Method Summary
 ChainedConfiguration getConfiguration()
          Get the configuration for the current sitemap
 Object getPreparedConfiguration()
          Get the prepared configuration for the current sitemap
 void setPreparedConfiguration(ChainedConfiguration configuration, Object preparedConfig)
          Set the prepared configuration for the current sitemap.
 

Method Detail

getConfiguration

public ChainedConfiguration getConfiguration()
Get the configuration for the current sitemap

Returns:
The configuration

getPreparedConfiguration

public Object getPreparedConfiguration()
Get the prepared configuration for the current sitemap

Returns:
The configuration or null if no prepared is available

setPreparedConfiguration

public void setPreparedConfiguration(ChainedConfiguration configuration,
                                     Object preparedConfig)
Set the prepared configuration for the current sitemap. After it is set by a component, it can be get using getPreparedConfiguration().

Parameters:
preparedConfig - The prepared configuration


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.