org.apache.cocoon.components.source.impl
Class CachedSourceResponse
java.lang.Object
org.apache.cocoon.caching.CachedResponse
org.apache.cocoon.components.source.impl.CachedSourceResponse
- All Implemented Interfaces:
- Serializable
public final class CachedSourceResponse
- extends CachedResponse
Cached response for caching Source contents and extra meta information.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedSourceResponse
public CachedSourceResponse(SourceValidity[] validities)
getBinaryResponse
public byte[] getBinaryResponse()
setBinaryResponse
public void setBinaryResponse(byte[] binary)
getXMLResponse
public byte[] getXMLResponse()
setXMLResponse
public void setXMLResponse(byte[] xml)
setExtra
public void setExtra(Serializable extra)
getExtra
public Serializable getExtra()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.