public static final class ScriptAction.ScriptableParameterMap extends ScriptableHashMap
| Constructor and Description |
|---|
ScriptAction.ScriptableParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String name) |
java.lang.String |
getClassName() |
void |
put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value) |
delete, get, get, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, setParentScope, setPrototypeclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class ScriptableHashMapScriptable.getClassName()public void delete(java.lang.String name)
delete in interface org.mozilla.javascript.Scriptabledelete in class ScriptableHashMapScriptable.delete(java.lang.String)public void put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
put in interface org.mozilla.javascript.Scriptableput in class ScriptableHashMapScriptable.put(java.lang.String, org.mozilla.javascript.Scriptable, java.lang.Object)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.