org.apache.cocoon.components
Interface SitemapConfigurationHolder

All Known Implementing Classes:
DefaultSitemapConfigurationHolder

Deprecated. This functionality will be replaced in 2.2 with a more flexible configuration mechanism.

public interface SitemapConfigurationHolder

A SitemapConfigurable component gets the sitemap configuration using this object.

Since:
2.1
Version:
$Id: SitemapConfigurationHolder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

Method Detail

getConfiguration

ChainedConfiguration getConfiguration()
Deprecated. 
Get the configuration for the current sitemap

Returns:
The configuration

getPreparedConfiguration

Object getPreparedConfiguration()
Deprecated. 
Get the prepared configuration for the current sitemap

Returns:
The configuration or null if no prepared is available

setPreparedConfiguration

void setPreparedConfiguration(ChainedConfiguration configuration,
                              Object preparedConfig)
Deprecated. 
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-2010 The Apache Software Foundation. All Rights Reserved.