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!