UIControlTreeCacheData Class

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

com.bea.netuix.servlets.manager
UIControlTreeCacheData Class

public class UIControlTreeCacheData

    extends Object
    implements Serializable

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


Hierarchy
Object
  UIControlTreeCacheData
All Implemented Interfaces

Serializable

Constructor Summary

UIControlTreeCacheData(UIControl tree, String contentType)

 

Method Summary

public String
getContentType()
public UIControl
getTree()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

UIControlTreeCacheData

public UIControlTreeCacheData(UIControl tree, 
                              String contentType)
 

Method Detail

getContentType() Method

public String getContentType()

getTree() Method

public UIControl getTree()