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

Constructor Summary
CacheDescriptor()
           
 
Method Summary
 long getExpires()
           
 java.lang.String getMode()
           
 boolean isShared()
           
 void setExpires(long expires)
           
 void setMode(java.lang.String mode)
           
 void setShared(boolean shared)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDescriptor

public CacheDescriptor()
Method Detail

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.