BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.databinding.bundle
Class BundleContext.NetUIBundleNode

java.lang.Object
  extended by com.bea.wlw.netui.tags.databinding.bundle.BundleContext.BundleNode
      extended by com.bea.wlw.netui.tags.databinding.bundle.BundleContext.NetUIBundleNode
Enclosing class:
BundleContext

public static class BundleContext.NetUIBundleNode
extends BundleContext.BundleNode


Field Summary
 
Fields inherited from class com.bea.wlw.netui.tags.databinding.bundle.BundleContext.BundleNode
bundleName, locale
 
Method Summary
 boolean containsKey(String key)
           
 Enumeration getKeys()
           
 String getString(String key)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()
Overrides:
init in class BundleContext.BundleNode

containsKey

public boolean containsKey(String key)
Specified by:
containsKey in class BundleContext.BundleNode

getString

public String getString(String key)
Specified by:
getString in class BundleContext.BundleNode

getKeys

public Enumeration getKeys()
Specified by:
getKeys in class BundleContext.BundleNode

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.