public interface LocationMapTree
LocationMapTree
is the container for a tree of LocationMapTreeItem
's that are
used for internal linkrewriting. Typically it is created by aggregating all the relative content paths from
all SiteMapItem
's, and create a mapping from this. The
match(String path, HstSite hstSite, boolean representsDocument)
tries to return the best matching
ResolvedLocationMapTreeItem possible for some absolute path
. A path can only be rewritten
if it belongs to the scope of the HstSite . If the path
cannot be matched, null
will be returned from the match.
Modifier and Type | Method and Description |
---|---|
LocationMapTreeItem |
getTreeItem(String name) |
LocationMapTreeItem getTreeItem(String name)
name
- the name of the locationMapTreeItemname
and null
if none exists with this nameCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.