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

Object
  extended by BundleContext.BundleNode
Direct Known Subclasses:
BundleContext.NetUIBundleNode, BundleContext.StrutsBundleNode
Enclosing class:
BundleContext

public abstract static class BundleContext.BundleNode
extends Object


Field Summary
protected  String bundleName
           
protected  Locale locale
           
 
Method Summary
abstract  boolean containsKey(String key)
           
abstract  Enumeration getKeys()
           
abstract  String getString(String key)
           
 void init()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleName

protected String bundleName

locale

protected Locale locale
Method Detail

init

public void init()

containsKey

public abstract boolean containsKey(String key)

getString

public abstract String getString(String key)

getKeys

public abstract Enumeration getKeys()