edu.wisc.my.webproxy.beans.cache
Class CacheEntry
java.lang.Object
edu.wisc.my.webproxy.beans.cache.CacheEntry
- All Implemented Interfaces:
- java.io.Serializable
public class CacheEntry
- extends java.lang.Object
- implements java.io.Serializable
Represents the rendered content of a page. The content type of the request
and a String of the content are stored which allow the content to be
replayed to the user.
- Version:
- $Revision: 47804 $
- Author:
- Eric Dalquist edalquist@unicon.net
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheEntry
public CacheEntry()
getContent
public java.lang.String getContent()
- Returns:
- Returns the content.
getContentType
public java.lang.String getContentType()
- Returns:
- Returns the contentType.
getExpirationDate
public java.util.Date getExpirationDate()
- Returns:
- Returns the expirationDate
setContent
public void setContent(java.lang.String content)
- Parameters:
content - The content to set.
setContentType
public void setContentType(java.lang.String contentType)
- Parameters:
contentType - The contentType to set.
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
- Parameters:
expirationDate - The expirationDate to set.
Copyright © 2010 Jasig. All Rights Reserved.