org.alfresco.repo.jscript
Class ScriptAction.ScriptableParameterMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
java.util.LinkedHashMap
org.alfresco.repo.jscript.ScriptableHashMap
org.alfresco.repo.jscript.ScriptAction.ScriptableParameterMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, org.mozilla.javascript.Scriptable
- Enclosing class:
- ScriptAction
public static final class ScriptAction.ScriptableParameterMap
- extends ScriptableHashMap
Scripted Parameter map with modified flag.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry |
Fields inherited from interface org.mozilla.javascript.Scriptable |
NOT_FOUND |
Method Summary |
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)
|
Methods inherited from class org.alfresco.repo.jscript.ScriptableHashMap |
delete, get, get, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, setParentScope, setPrototype |
Methods inherited from class java.util.LinkedHashMap |
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
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 |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
ScriptAction.ScriptableParameterMap
public ScriptAction.ScriptableParameterMap()
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName
in interface org.mozilla.javascript.Scriptable
- Overrides:
getClassName
in class ScriptableHashMap
- See Also:
Scriptable.getClassName()
delete
public void delete(java.lang.String name)
- Specified by:
delete
in interface org.mozilla.javascript.Scriptable
- Overrides:
delete
in class ScriptableHashMap
- See Also:
Scriptable.delete(java.lang.String)
put
public void put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
- Specified by:
put
in interface org.mozilla.javascript.Scriptable
- Overrides:
put
in class ScriptableHashMap
- See Also:
Scriptable.put(java.lang.String, org.mozilla.javascript.Scriptable, java.lang.Object)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.