org.apache.pluto.descriptors.portlet
Class ExpirationCacheDD
java.lang.Object
org.apache.pluto.descriptors.portlet.ExpirationCacheDD
public class ExpirationCacheDD
- extends java.lang.Object
Expriation-cache defines expiration-based caching for this
portlet.
Used in: portlet
Java class for expiration-cacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expiration-cacheType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiration-time" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}expiration-timeType" minOccurs="0"/>
<element name="scope" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}cache-scopeType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expirationTime
protected int expirationTime
scope
protected java.lang.String scope
ExpirationCacheDD
public ExpirationCacheDD()
getExpirationTime
public int getExpirationTime()
setExpirationTime
public void setExpirationTime(int expirationTime)
getScope
public java.lang.String getScope()
setScope
public void setScope(java.lang.String scope)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.