org.apache.cocoon.components
Interface SitemapConfigurable

All Known Implementing Classes:
DefaultAuthenticationManager, SitemapVariableHolder

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

public interface SitemapConfigurable

Objects implementing this marker interface can get a configuration from the map:pipelines section of the sitemap when they are created. Due to a problem in the component handling the configure(SitemapConfigurationHolder) method is actually called each time the component is looked up!

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

Method Summary
 void configure(SitemapConfigurationHolder holder)
          Deprecated. Set the Configuration.
 

Method Detail

configure

void configure(SitemapConfigurationHolder holder)
               throws ConfigurationException
Deprecated. 
Set the Configuration.

Throws:
ConfigurationException


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