org.apache.cocoon.environment
Interface ModifiableSource

All Superinterfaces:
org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.excalibur.pool.Recyclable, Source, XMLizable
All Known Implementing Classes:
SitemapSource, URLSource

public interface ModifiableSource
extends Source

Describes a Source object whose data content can change.

Author:
Ovidiu Predescu

Method Summary
 void refresh()
          Refresh the content of this object after the underlying data content has changed.
 
Methods inherited from interface org.apache.cocoon.environment.Source
getContentLength, getInputSource, getInputStream, getLastModified, getSystemId
 
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable
recycle
 
Methods inherited from interface org.apache.cocoon.xml.XMLizable
toSAX
 

Method Detail

refresh

public void refresh()
Refresh the content of this object after the underlying data content has changed.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.