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

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

public static class BundleContext.StrutsBundleNode
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)
           
 
Methods inherited from class BundleContext.BundleNode
init
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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