org.apache.cocoon.components.source.impl
Class CachingSource.SourceMeta
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingSource.SourceMeta
protected CachingSource.SourceMeta()
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.