BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class CacheValue

java.lang.Object
  |
  +--weblogicx.jsp.tags.CacheValue

public class CacheValue
extends java.lang.Object
implements java.io.Serializable

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
CacheValue()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.Long getCreated()
           
 boolean getFlush()
           
 java.util.Hashtable getVariables()
           
 void setContent(java.lang.String content)
           
 void setCreated(java.lang.Long created)
           
 void setFlush(boolean flush)
           
 void setVariables(java.util.Hashtable variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheValue

public CacheValue()
Method Detail

setContent

public void setContent(java.lang.String content)


getContent

public java.lang.String getContent()


setVariables

public void setVariables(java.util.Hashtable variables)


getVariables

public java.util.Hashtable getVariables()


setCreated

public void setCreated(java.lang.Long created)


getCreated

public java.lang.Long getCreated()


setFlush

public void setFlush(boolean flush)


getFlush

public boolean getFlush()


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.