|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.output.cache.TimedContent
public abstract class TimedContent
A fragment result + its expiration date.
| Constructor Summary | |
|---|---|
TimedContent(long expirationTimeMillis)
|
|
| Method Summary | |
|---|---|
abstract FragmentResult |
getContent()
Return the content, possibly null. |
long |
getExpirationTimeMillis()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimedContent(long expirationTimeMillis)
| Method Detail |
|---|
public abstract FragmentResult getContent()
public long getExpirationTimeMillis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||