|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.portal.expire.BaseExpire
Handles content expiration
| Constructor Summary | |
BaseExpire()
|
|
| Method Summary | |
long |
getCreationTime()
Get the time this Expire object was created |
Portlet |
getPortlet()
Get the Portlet on which this is based. |
java.lang.String |
getProperty(java.lang.String name)
Get a property |
void |
init()
Initialize this Expiration mechanism |
boolean |
isExpired()
Return true if this object has expired. |
void |
setCreationTime(long creationTime)
Set the time this Expire object was created |
void |
setExpired(boolean expired)
Set this as expired. |
void |
setPortlet(Portlet portlet)
Set the Portlet on which this is based. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseExpire()
| Method Detail |
public void init()
Expire
init in interface ExpireExpire.init()public boolean isExpired()
Expire
isExpired in interface ExpireExpire.isExpired()public void setExpired(boolean expired)
Expire
setExpired in interface ExpireExpire.setExpired(boolean)public long getCreationTime()
Expire
getCreationTime in interface ExpireExpire.getCreationTime()public void setCreationTime(long creationTime)
Expire
setCreationTime in interface ExpireExpire.setCreationTime(long)
public void setProperty(java.lang.String name,
java.lang.String value)
Expire
setProperty in interface ExpireExpire.setProperty(java.lang.String, java.lang.String)public java.lang.String getProperty(java.lang.String name)
Expire
getProperty in interface ExpireExpire.getProperty(java.lang.String)public Portlet getPortlet()
getPortlet in interface Expirepublic void setPortlet(Portlet portlet)
setPortlet in interface Expire
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||