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

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

public static class BundleContext.StrutsBundleNode
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)
           
 
Methods inherited from class com.bea.wlw.netui.tags.databinding.bundle.BundleContext.BundleNode
init
 
Methods inherited from class java.lang.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

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