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