org.apache.pluto.descriptors.portlet
Class ExpirationCacheDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.ExpirationCacheDD

public class ExpirationCacheDD
extends 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>
 


Field Summary
protected  int expirationTime
           
protected  String scope
           
 
Constructor Summary
ExpirationCacheDD()
           
 
Method Summary
 int getExpirationTime()
           
 String getScope()
           
 void setExpirationTime(int expirationTime)
           
 void setScope(String scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expirationTime

protected int expirationTime

scope

protected String scope
Constructor Detail

ExpirationCacheDD

public ExpirationCacheDD()
Method Detail

getExpirationTime

public int getExpirationTime()

setExpirationTime

public void setExpirationTime(int expirationTime)

getScope

public String getScope()

setScope

public void setScope(String scope)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.