org.alfresco.repo.template
Class XSLTemplateModel

java.lang.Object
  extended by org.alfresco.repo.template.XSLTemplateModel
All Implemented Interfaces:
java.util.Map

public class XSLTemplateModel
extends java.lang.Object
implements java.util.Map


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry
 
Constructor Summary
XSLTemplateModel()
           
 
Method Summary
 void clear()
           
 boolean containsKey(java.lang.Object key)
           
 boolean containsValue(java.lang.Object value)
           
 java.util.Set entrySet()
           
 boolean equals(java.lang.Object o)
           
 java.lang.Object get(java.lang.Object key)
           
 int hashCode()
           
 boolean isEmpty()
           
 java.util.Set keySet()
           
 java.lang.Object put(org.alfresco.service.namespace.QName key, java.lang.Object value)
           
 void putAll(java.util.Map m)
           
 java.lang.Object remove(java.lang.Object key)
           
 int size()
           
 java.util.Collection values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTemplateModel

public XSLTemplateModel()
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Map
See Also:
Map.clear()

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map
Parameters:
key -
Returns:
See Also:
Map.containsKey(java.lang.Object)

containsValue

public boolean containsValue(java.lang.Object value)
Specified by:
containsValue in interface java.util.Map
Parameters:
value -
Returns:
See Also:
Map.containsValue(java.lang.Object)

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Returns:
See Also:
Map.entrySet()

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map
Overrides:
equals in class java.lang.Object
Parameters:
o -
Returns:
See Also:
Map.equals(java.lang.Object)

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Parameters:
key -
Returns:
See Also:
Map.get(java.lang.Object)

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map
Overrides:
hashCode in class java.lang.Object
Returns:
See Also:
Map.hashCode()

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map
Returns:
See Also:
Map.isEmpty()

keySet

public java.util.Set keySet()
Specified by:
keySet in interface java.util.Map
Returns:
See Also:
Map.keySet()

put

public java.lang.Object put(org.alfresco.service.namespace.QName key,
                            java.lang.Object value)
Specified by:
put in interface java.util.Map
Parameters:
key -
value -
Returns:
See Also:
Map.put(java.lang.Object, java.lang.Object)

putAll

public void putAll(java.util.Map m)
Specified by:
putAll in interface java.util.Map
Parameters:
m -
See Also:
Map.putAll(java.util.Map)

remove

public java.lang.Object remove(java.lang.Object key)
Specified by:
remove in interface java.util.Map
Parameters:
key -
Returns:
See Also:
Map.remove(java.lang.Object)

size

public int size()
Specified by:
size in interface java.util.Map
Returns:
See Also:
Map.size()

values

public java.util.Collection values()
Specified by:
values in interface java.util.Map
Returns:
See Also:
Map.values()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.