net.sf.jportlet.portlet.descriptor
Class CacheDescriptor
java.lang.Object
|
+--net.sf.jportlet.portlet.descriptor.CacheDescriptor
- public class CacheDescriptor
- extends java.lang.Object
The CacheDescriptor
describe the caching strategy of a portlet
- Author:
- Herve Tchepannou
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheDescriptor
public CacheDescriptor()
getExpires
public long getExpires()
getMode
public java.lang.String getMode()
isShared
public boolean isShared()
setExpires
public void setExpires(long expires)
setMode
public void setMode(java.lang.String mode)
throws PortletException
PortletException
setShared
public void setShared(boolean shared)
Copyright © 2002 Herve Tchepannou. All Rights Reserved.