public static final class ScriptAction.ScriptableParameterMap<K,V> extends ScriptableHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ScriptableParameterMap() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String name) |
String |
getClassName() |
void |
put(String name,
org.mozilla.javascript.Scriptable start,
Object value) |
delete, get, get, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, hasOwnProperty, put, setParentScope, setPrototype
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class ScriptableHashMap<K,V>
Scriptable.getClassName()
public void delete(String name)
delete
in interface org.mozilla.javascript.Scriptable
delete
in class ScriptableHashMap<K,V>
Scriptable.delete(java.lang.String)
Copyright © 2005–2017 Alfresco Software. All rights reserved.