|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.alfresco.repo.template.BaseTemplateMap
public abstract class BaseTemplateMap
An abstract Map class that can be used process the parent Node as part of the get() Map interface implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry |
Field Summary | |
---|---|
protected TemplateNode |
parent
|
protected ServiceRegistry |
services
|
Constructor Summary | |
---|---|
BaseTemplateMap(TemplateNode parent,
ServiceRegistry services)
Constructor |
Method Summary | |
---|---|
abstract java.lang.Object |
get(java.lang.Object key)
|
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, 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 |
---|
equals, hashCode |
Field Detail |
---|
protected TemplateNode parent
protected ServiceRegistry services
Constructor Detail |
---|
public BaseTemplateMap(TemplateNode parent, ServiceRegistry services)
parent
- The parent TemplateNode to execute searches fromservices
- The ServiceRegistry to useMethod Detail |
---|
public abstract java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
get
in class java.util.HashMap
Map.get(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |