org.hippoecm.hst.core.linking
Class LocationMapTreeImpl

java.lang.Object
  extended by org.hippoecm.hst.core.linking.LocationMapTreeImpl
All Implemented Interfaces:
LocationMapTree

public class LocationMapTreeImpl
extends Object
implements LocationMapTree


Constructor Summary
LocationMapTreeImpl(List<HstSiteMapItem> siteMapItems)
           
 
Method Summary
 void addSiteMapItem(List<String> pathFragment, HstSiteMapItem hstSiteMapItem)
           
 void addSiteMapItem(String unresolvedPath, HstSiteMapItem hstSiteMapItem)
           
 LocationMapTreeItem getTreeItem(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationMapTreeImpl

public LocationMapTreeImpl(List<HstSiteMapItem> siteMapItems)
Method Detail

addSiteMapItem

public void addSiteMapItem(String unresolvedPath,
                           HstSiteMapItem hstSiteMapItem)

addSiteMapItem

public void addSiteMapItem(List<String> pathFragment,
                           HstSiteMapItem hstSiteMapItem)

getTreeItem

public LocationMapTreeItem getTreeItem(String name)
Specified by:
getTreeItem in interface LocationMapTree
Parameters:
name - the name of the locationMapTreeItem
Returns:
the locatioMapTreeItem with this name and null if none exists with this name


Copyright © 2008-2012 Hippo. All Rights Reserved.