Package org.alfresco.repo.template
Class XSLTemplateModel
java.lang.Object
org.alfresco.repo.template.XSLTemplateModel
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
XSLTemplateModel
public XSLTemplateModel()
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<QName,Object> - Parameters:
key- Object- Returns:
- boolean
- See Also:
-
containsValue
- Specified by:
containsValuein interfaceMap<QName,Object> - Parameters:
value- Object- Returns:
- boolean
- See Also:
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-