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.BundleNode

java.lang.Object
  extended by com.bea.wlw.netui.tags.databinding.bundle.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 java.lang.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()

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