|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hippoecm.hst.util.HstSiteMapUtils
public class HstSiteMapUtils
| Method Summary | |
|---|---|
static String |
getPath(HstSiteMapItem siteMapItem)
Returns string representation of the sitemap item path |
static String |
getPath(HstSiteMapItem siteMapItem,
String relPath)
Returns string representation of the child sitemap item specified by the relPath from the specified sitemap item |
static String |
getPath(Mount mount,
HstSiteMapItem siteMapItem,
String refIdOrRelPath)
Returns string representation of the sitemap item which is specified by either refId or path If refIdOrRelPath doesn't represent a refId, then its return will be equivalent to getPath(HstSiteMapItem siteMapItem, String relPath). |
static String |
getPath(Mount mount,
String refIdOrPath)
Returns string representation of the sitemap item which is specified by either refId or path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getPath(HstSiteMapItem siteMapItem)
siteMapItem -
public static String getPath(HstSiteMapItem siteMapItem,
String relPath)
siteMapItem - relPath -
public static String getPath(Mount mount,
String refIdOrPath)
refIdOrPath doesn't represent a refId, then it returns the refIdOrPath as sitemap item path.
mount - refIdOrPath -
public static String getPath(Mount mount,
HstSiteMapItem siteMapItem,
String refIdOrRelPath)
refIdOrRelPath doesn't represent a refId, then its return will be equivalent to getPath(HstSiteMapItem siteMapItem, String relPath).
mount - refIdOrPath -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||