当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
TimedContent - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.output.cache
Class TimedContent
java.lang.Object
org.jboss.portal.server.output.cache.TimedContent
- Direct Known Subclasses:
- SoftTimedContent, StrongTimedContent
- public abstract class TimedContent
- extends java.lang.Object
A fragment result + its expiration date.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimedContent
public TimedContent(long expirationTimeMillis)
getContent
public abstract FragmentResult getContent()
- Return the content, possibly null.
getExpirationTimeMillis
public long getExpirationTimeMillis()