Class BaseTemplateMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.alfresco.repo.template.BaseTemplateMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Direct Known Subclasses:
BasePathResultsMap, BaseSearchResultsMap

public abstract class BaseTemplateMap extends HashMap implements Cloneable
An abstract Map class that can be used process the parent Node as part of the get() Map interface implementation.
Author:
Kevin Roast
See Also: