org.apache.cocoon.environment
Interface ModifiableSource

All Superinterfaces:
Poolable, Recyclable, Source, XMLizable
All Known Subinterfaces:
WriteableSource
All Known Implementing Classes:
AbstractStreamSource, AbstractStreamWriteableSource, AvalonToCocoonSource, DelayedRefreshSourceWrapper, FileSource, SitemapSource, URLSource

Deprecated. Use the Source interface instead

public interface ModifiableSource
extends Source

Describes a Source object whose data content can change.

Version:
CVS $Id: ModifiableSource.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Ovidiu Predescu

Method Summary
 void refresh()
          Deprecated. 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.excalibur.xml.sax.XMLizable
toSAX
 

Method Detail

refresh

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



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