org.alfresco.repo.jscript
Class ScriptAction.ScriptableParameterMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.HashMap
          extended by java.util.LinkedHashMap
              extended by org.alfresco.repo.jscript.ScriptableHashMap
                  extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry
 
Field Summary
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
ScriptAction.ScriptableParameterMap()
           
 
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
 

Constructor Detail

ScriptAction.ScriptableParameterMap

public ScriptAction.ScriptableParameterMap()
Method Detail

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.