|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Expire | |
| org.apache.jetspeed.portal.expire | This is a package that handles content expiration |
| org.apache.jetspeed.portal.portlets | |
| org.apache.jetspeed.portal.security.portlets | This package is for portal implementation wrappers that do security checked access to public methods in portlet classes. |
| org.apache.jetspeed.services.portletcache | |
| Uses of Expire in org.apache.jetspeed.portal.expire |
| Classes in org.apache.jetspeed.portal.expire that implement Expire | |
class |
BaseExpire
Handles content expiration |
class |
FileWatchExpire
Handles expiration mechanisms that expire when the file changes. |
class |
NoExpire
Handles expiration mechanisms that NEVER expire. |
| Fields in org.apache.jetspeed.portal.expire declared as Expire | |
static Expire |
ExpireFactory.noExpire
Since this object essentially does nothing. |
| Methods in org.apache.jetspeed.portal.expire that return Expire | |
static Expire |
ExpireFactory.getExpire(Portlet portlet,
java.lang.String classname)
Create a new Expire object with the specified Portlet and classname. |
| Uses of Expire in org.apache.jetspeed.portal.portlets |
| Methods in org.apache.jetspeed.portal.portlets that return Expire | |
Expire |
FileWatchPortlet.getExpire()
Expire this Portlet if it's URL Changes on disk. |
Expire |
AbstractPortlet.getExpire()
Used by a Cacheable object to determine when it should expire itself from the cache. |
| Uses of Expire in org.apache.jetspeed.portal.security.portlets |
| Methods in org.apache.jetspeed.portal.security.portlets that return Expire | |
Expire |
CacheableStatefulPortletWrapper.getExpire()
|
Expire |
CacheablePortletWrapper.getExpire()
|
| Uses of Expire in org.apache.jetspeed.services.portletcache |
| Methods in org.apache.jetspeed.services.portletcache that return Expire | |
Expire |
Cacheable.getExpire()
Used by a Cacheable object to determine when it should expire itself from the cache. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||