org.jboss.portal.portlet.aspects.portlet.cache
Class ContentRef

java.lang.Object
  extended by org.jboss.portal.portlet.aspects.portlet.cache.ContentRef
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SoftContentRef, StrongContentRef

public abstract class ContentRef
extends java.lang.Object
implements java.io.Serializable

A fragment result + its expiration date.

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
ContentRef()
           
 
Method Summary
abstract  ContentResponse getContent()
          Returns the content, possibly null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRef

public ContentRef()
Method Detail

getContent

public abstract ContentResponse getContent()
Returns the content, possibly null.

Returns:
the content


Copyright © 2008. All Rights Reserved.