org.springframework.extensions.webscripts
Interface ScriptableMap<K,V>

All Superinterfaces:
Map<K,V>, org.mozilla.javascript.Scriptable
All Known Implementing Classes:
ScriptableLinkedHashMap, ScriptableWrappedMap

public interface ScriptableMap<K,V>
extends org.mozilla.javascript.Scriptable, Map<K,V>

Contract to be implemented by classes providing Map like collections to JavaScript.

Author:
Kevin Roast

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Method Summary
 
Methods inherited from interface org.mozilla.javascript.Scriptable
delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.