org.apache.beehive.netui.script.common
Class AbstractScriptableMap

Object
  extended by AbstractMap
      extended by AbstractScriptableMap
All Implemented Interfaces:
Map
Direct Known Subclasses:
BundleMap, ScriptablePageInput

public abstract class AbstractScriptableMap
extends AbstractMap

Base Map implementation that can be used by clients that need to expose implicit objects to an expression language through a Map. This Map implementation is read-only.


Constructor Summary
AbstractScriptableMap()
           
 
Method Summary
 
Methods inherited from class AbstractMap
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractScriptableMap

public AbstractScriptableMap()