Package | Description |
---|---|
com.fatwire.gst.foundation.wra.navigation |
Modifier and Type | Method and Description |
---|---|
NavNode |
NavigationHelper.getSitePlan(com.fatwire.assetapi.data.AssetId pageid)
Get the NavNode for the current page with unlimited depth.
|
NavNode |
NavigationHelper.getSitePlan(int depth,
com.fatwire.assetapi.data.AssetId pageid)
Retrieves the NavNode for the given Page with the provided id.
|
NavNode |
NavigationHelper.getSitePlan(int depth,
com.fatwire.assetapi.data.AssetId pageid,
com.fatwire.mda.DimensionFilterInstance dimensionFilter)
Retrieves the NavNode for the given Page with the provided id.
|
NavNode |
NavigationHelper.getSitePlan(String pageid)
Retrieves the NavNode for the given Page with the provided id.
|
NavNode |
NavigationHelper.getSitePlanByPage(int depth,
String name)
Retrieves the NavNode for the given Page with the provided name.
|
NavNode |
NavigationHelper.getSitePlanByPage(int depth,
String name,
com.fatwire.mda.DimensionFilterInstance dimensionFilter)
Retrieves the NavNode for the given Page with the provided name.
|
NavNode |
NavigationHelper.getSitePlanByPage(int depth,
String name,
String sitename)
Retrieves the NavNode for the given Page with the provided name.
|
NavNode |
NavigationHelper.getSitePlanByPage(int depth,
String name,
String sitename,
com.fatwire.mda.DimensionFilterInstance dimensionFilter)
Retrieves the NavNode for the given Page with the provided name.
|
NavNode |
NavigationHelper.getSitePlanByPage(String name) |
Modifier and Type | Method and Description |
---|---|
List<NavNode> |
NavNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
NavNode.addChild(NavNode child) |
protected void |
NavigationHelper.decorateAsAlias(com.fatwire.assetapi.data.AssetId id,
NavNode node) |
protected void |
NavigationHelper.decorateAsWra(com.fatwire.assetapi.data.AssetId id,
NavNode node) |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.