This project has retired. For details please refer to its
Attic page.
ExpireFactory (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.portal.expire
Class ExpireFactory
java.lang.Object
org.apache.jetspeed.portal.expire.ExpireFactory
- public class ExpireFactory
- extends java.lang.Object
Handles content expiration
- Version:
- $Id: ExpireFactory.java,v 1.6 2004/02/23 03:24:40 jford Exp $
- Author:
- Kevin A. Burton
Method Summary |
static Expire |
getExpire(Portlet portlet,
java.lang.String classname)
Create a new Expire object with the specified Portlet and classname. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_WATCH_EXPIRE
public static final java.lang.String FILE_WATCH_EXPIRE
- See Also:
- Constant Field Values
NO_EXPIRE
public static final java.lang.String NO_EXPIRE
- See Also:
- Constant Field Values
noExpire
public static Expire noExpire
- Since this object essentially does nothing. Only use one instance for
performance
ExpireFactory
public ExpireFactory()
getExpire
public static Expire getExpire(Portlet portlet,
java.lang.String classname)
throws JetspeedException
- Create a new Expire object with the specified Portlet and classname.
- Throws:
JetspeedException
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.