org.alfresco.repo.template
Class BaseTemplateMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.HashMap
          extended by org.alfresco.repo.template.BaseTemplateMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Direct Known Subclasses:
BasePathResultsMap, BaseSearchResultsMap

public abstract class BaseTemplateMap
extends java.util.HashMap
implements java.lang.Cloneable

An abstract Map class that can be used process the parent Node as part of the get() Map interface implementation.

See Also:
Serialized Form

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

parent

protected TemplateNode parent

services

protected ServiceRegistry services
Constructor Detail

BaseTemplateMap

public BaseTemplateMap(TemplateNode parent,
                       ServiceRegistry services)
Constructor

Parameters:
parent - The parent TemplateNode to execute searches from
services - The ServiceRegistry to use
Method Detail

get

public abstract java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.HashMap
See Also:
Map.get(java.lang.Object)


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