org.apache.cocoon.components
Interface SitemapConfigurable

All Known Implementing Classes:
DefaultAuthenticationManager, SitemapVariableHolder

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.java 55257 2004-10-21 20:36:33Z cziegeler $
Author:
Carsten Ziegeler

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

Method Detail

configure

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

Throws:
ConfigurationException


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