com.bea.netuix.servlets.manager
Class UIControlTreeCacheData

java.lang.Object
  extended by com.bea.netuix.servlets.manager.UIControlTreeCacheData
All Implemented Interfaces
Serializable

Deprecated As of 8.1 SP2, this class is no longer used.

@Deprecated
public class UIControlTreeCacheData
extends Object
implements Serializable

Serializable class used to wrap a UIControl tree and contentType data to be placed in a cache.

See Also
Serialized Form

Constructor Summary
UIControlTreeCacheData(com.bea.netuix.nf.UIControl tree, String contentType)
          Deprecated  
 
Method Summary
 String getContentType()
          Deprecated  
 com.bea.netuix.nf.UIControl getTree()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIControlTreeCacheData

public UIControlTreeCacheData(com.bea.netuix.nf.UIControl tree,
                              String contentType)
Deprecated 
Method Detail

getTree

public com.bea.netuix.nf.UIControl getTree()
Deprecated 

getContentType

public String getContentType()
Deprecated 


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.