BundleContext.BundleNode Class

com.bea.wlw.netui.tags.databinding.bundle
BundleContext.BundleNode Class

public abstract static class BundleContext.BundleNode

    extends Object

Hierarchy
Object
  BundleContext.BundleNode
Direct Known Subclasses

BundleContext.NetUIBundleNode, BundleContext.StrutsBundleNode

Field Summary

protected String
bundleName
String
protected Locale
locale
Locale
 

Method Summary

public abstract boolean
containsKey(String key)
public abstract Enumeration
getKeys()
public abstract String
getString(String key)
public void
init()
 
Methods 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

containsKey(String) Method

public abstract boolean containsKey(String key)

getKeys() Method

public abstract Enumeration getKeys()

getString(String) Method

public abstract String getString(String key)

init() Method

public void init()