|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Expire
Expire.init()
public boolean isExpired()
Expire
isExpired
in interface Expire
Expire.isExpired()
public void setExpired(boolean expired)
Expire
setExpired
in interface Expire
Expire.setExpired(boolean)
public long getCreationTime()
Expire
getCreationTime
in interface Expire
Expire.getCreationTime()
public void setCreationTime(long creationTime)
Expire
setCreationTime
in interface Expire
Expire.setCreationTime(long)
public void setProperty(java.lang.String name, java.lang.String value)
Expire
setProperty
in interface Expire
Expire.setProperty(java.lang.String, java.lang.String)
public java.lang.String getProperty(java.lang.String name)
Expire
getProperty
in interface Expire
Expire.getProperty(java.lang.String)
public Portlet getPortlet()
getPortlet
in interface Expire
public void setPortlet(Portlet portlet)
setPortlet
in interface Expire
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |