org.apache.cocoon.components.source.impl
Class CachingSource.SourceMeta

java.lang.Object
  extended byorg.apache.cocoon.components.source.impl.CachingSource.SourceMeta
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TraversableCachingSource.TraversableSourceMeta
Enclosing class:
CachingSource

protected static class CachingSource.SourceMeta
extends Object
implements Serializable

Data holder for caching Source meta info.

See Also:
Serialized Form

Constructor Summary
protected CachingSource.SourceMeta()
           
 
Method Summary
protected  boolean exists()
           
protected  long getLastModified()
           
protected  String getMimeType()
           
protected  void setExists(boolean exists)
           
protected  void setLastModified(long lastModified)
           
protected  void setMimeType(String mimeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingSource.SourceMeta

protected CachingSource.SourceMeta()
Method Detail

getMimeType

protected String getMimeType()

setMimeType

protected void setMimeType(String mimeType)

getLastModified

protected long getLastModified()

setLastModified

protected void setLastModified(long lastModified)

exists

protected boolean exists()

setExists

protected void setExists(boolean exists)


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