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
public static final class ScriptAction.ScriptableParameterMap<K,V> extends ScriptableHashMap<K,V>
Scripted Parameter map with modified flag.- Author:
- davidc
- See Also:
- Serialized Form
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description ScriptableParameterMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String name)StringgetClassName()voidput(String name, org.mozilla.javascript.Scriptable start, Object value)-
Methods inherited from class org.alfresco.repo.jscript.ScriptableHashMap
delete, get, get, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, hasOwnProperty, put, setParentScope, setPrototype
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceorg.mozilla.javascript.Scriptable- Overrides:
getClassNamein classScriptableHashMap<K,V>- See Also:
Scriptable.getClassName()
-
delete
public void delete(String name)
- Specified by:
deletein interfaceorg.mozilla.javascript.Scriptable- Overrides:
deletein classScriptableHashMap<K,V>- See Also:
Scriptable.delete(java.lang.String)
-
-