org.apache.cocoon.sitemap
Interface DisposableSitemapComponent


public interface DisposableSitemapComponent

If a sitemap component needs to be cleaned up after it is used, it should implement this additional interface. The pipeline implementation calls the dispose method after the pipeline has been processed or when an error during processing occured. Please note that you should only implement this interface for Spring managed beans. In the case of Avalon components, use the Recyclable interface instead!

Version:
$Id: DisposableSitemapComponent.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 void dispose()
          Clean up the component.
 

Method Detail

dispose

public void dispose()
Clean up the component.



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