BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class CacheTag.RefWrapper

java.lang.Object
  |
  +--weblogicx.jsp.tags.CacheTag.RefWrapper

public static class CacheTag.RefWrapper
extends java.lang.Object
implements java.io.Externalizable

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

Constructor Summary
CacheTag.RefWrapper()
           
CacheTag.RefWrapper(java.lang.Object o)
           
 
Method Summary
 java.lang.Object get()
           
 void readExternal(java.io.ObjectInput oi)
           
 void writeExternal(java.io.ObjectOutput oo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheTag.RefWrapper

public CacheTag.RefWrapper()

CacheTag.RefWrapper

public CacheTag.RefWrapper(java.lang.Object o)
Method Detail

get

public java.lang.Object get()


writeExternal

public void writeExternal(java.io.ObjectOutput oo)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable


readExternal

public void readExternal(java.io.ObjectInput oi)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable


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.