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

com.bea.wlw.netui.databinding.script.common
Class BundleMap.ScriptableBundle

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.apache.beehive.netui.script.common.AbstractScriptableMap
          extended by com.bea.wlw.netui.databinding.script.common.BundleMap.ScriptableBundle
All Implemented Interfaces:
Map
Enclosing class:
BundleMap

public class BundleMap.ScriptableBundle
extends AbstractScriptableMap


Method Summary
 boolean containsKey(Object key)
           
 Set entrySet()
           
 Object get(Object name)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap

get

public Object get(Object name)
Specified by:
get in interface Map
Overrides:
get in class AbstractMap

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map
Overrides:
containsKey in class AbstractMap

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