org.apache.beehive.netui.script.common
Class BundleContext.NetUIBundleNode

Object
  extended by BundleContext.BundleNode
      extended by BundleContext.NetUIBundleNode
Enclosing class:
BundleContext

public static class BundleContext.NetUIBundleNode
extends BundleContext.BundleNode


Field Summary
 
Fields inherited from class BundleContext.BundleNode
bundleName, locale
 
Method Summary
 boolean containsKey(String key)
           
 Enumeration getKeys()
           
 String getString(String key)
           
 void init()
           
 
Methods inherited from class 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