org.hippoecm.hst.core.linking
Class LocationMapTreeImpl
java.lang.Object
org.hippoecm.hst.core.linking.LocationMapTreeImpl
- All Implemented Interfaces:
- LocationMapTree
public class LocationMapTreeImpl
- extends Object
- implements LocationMapTree
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationMapTreeImpl
public LocationMapTreeImpl(List<HstSiteMapItem> siteMapItems)
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.