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

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
All Implemented Interfaces:
Map

public class BundleMap
extends AbstractScriptableMap


Nested Class Summary
 class BundleMap.ScriptableBundle
           
 
Constructor Summary
BundleMap(javax.servlet.jsp.PageContext pageContext)
           
 
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
 

Constructor Detail

BundleMap

public BundleMap(javax.servlet.jsp.PageContext pageContext)
Method Detail

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

entrySet

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

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