public abstract class BaseTemplateMap
extends java.util.HashMap
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected TemplateNode |
parent |
protected ServiceRegistry |
services |
| Constructor and Description |
|---|
BaseTemplateMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
get(java.lang.Object key) |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesprotected TemplateNode parent
protected ServiceRegistry services
public BaseTemplateMap(TemplateNode parent, ServiceRegistry services)
parent - The parent TemplateNode to execute searches fromservices - The ServiceRegistry to useCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.