Package org.alfresco.repo.jscript
Class ScriptAction.ScriptableParameterMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.alfresco.repo.jscript.ScriptableHashMap<K,V>
org.alfresco.repo.jscript.ScriptAction.ScriptableParameterMap<K,V>
- All Implemented Interfaces:
Serializable,Cloneable,Map<K,,V> org.mozilla.javascript.Scriptable
- Enclosing class:
- ScriptAction
Scripted Parameter map with modified flag.
- Author:
- davidc
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.jscript.ScriptableHashMap
delete, get, get, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, hasOwnProperty, put, setParentScope, setPrototypeMethods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
ScriptableParameterMap
public ScriptableParameterMap()
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein interfaceorg.mozilla.javascript.Scriptable- Overrides:
getClassNamein classScriptableHashMap<K,V> - See Also:
-
Scriptable.getClassName()
-
delete
- Specified by:
deletein interfaceorg.mozilla.javascript.Scriptable- Overrides:
deletein classScriptableHashMap<K,V> - See Also:
-
Scriptable.delete(java.lang.String)
-
put
- Specified by:
putin interfaceorg.mozilla.javascript.Scriptable- Overrides:
putin classScriptableHashMap<K,V> - See Also:
-
Scriptable.put(java.lang.String, org.mozilla.javascript.Scriptable, java.lang.Object)
-