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
public CachingSource.SourceMeta()
CachingSource.SourceMeta
public CachingSource.SourceMeta(Source source)
exists
protected boolean exists()
setExists
protected void setExists(boolean exists)
getContentLength
protected long getContentLength()
setContentLength
protected void setContentLength(long contentLength)
getLastModified
protected long getLastModified()
setLastModified
protected void setLastModified(long lastModified)
getMimeType
protected String getMimeType()
setMimeType
protected void setMimeType(String mimeType)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.