public class SimpleNavigationHelper extends AbstractNavigationService implements NavigationService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
assetTemplate, ics, linkLabelAttribute, pathAttribute| Constructor and Description |
|---|
SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Constructor.
|
SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics,
TemplateAssetAccess assetTemplate)
Deprecated.
|
SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics,
TemplateAssetAccess assetTemplate,
String linkLabelAttribute,
String pathAttribute)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
getNode(Row row,
int level,
int depth,
String linkAttribute)
Deprecated.
|
protected Collection<NavigationNode> |
getNodeChildren(long nodeId,
int level,
int depth,
String linkAttribute)
Deprecated.
List all the child NavigationNode at this SitePlanTree nodeId.
|
protected String |
getUrl(TemplateAsset asset)
Deprecated.
Builds up a URI for this asset, using the pathAttribute and the template
field of the asset
|
getLinkLabelAttribute, getNodeByName, getNodeByName, getNodeByName, getNodeByName, getNodeByQuery, getPathAttribute, getRootNodesForSite, getRootNodesForSite, getRootNodesForSite, getRootNodesForSite, setLinkLabelAttribute, setPathAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNodeByName, getNodeByName, getNodeByName, getNodeByName, getNodeByQuery, getRootNodesForSite, getRootNodesForSite, getRootNodesForSitepublic SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics)
ics - objectpublic SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics,
TemplateAssetAccess assetTemplate)
ics - Content Server context objectassetTemplate - asset templatepublic SimpleNavigationHelper(COM.FutureTense.Interfaces.ICS ics,
TemplateAssetAccess assetTemplate,
String linkLabelAttribute,
String pathAttribute)
ics - Content Server context objectassetTemplate - asset templatelinkLabelAttribute - string value for link label attributepathAttribute - string value for path attributeprotected NavigationNode getNode(Row row, int level, int depth, String linkAttribute)
getNode in class AbstractNavigationServicerow - the resultlist containing nid/oid/otypelevel - the current leveldepth - the maximum depthlinkAttribute - the attribute for the link text.protected Collection<NavigationNode> getNodeChildren(long nodeId, int level, int depth, String linkAttribute)
AbstractNavigationServicegetNodeChildren in class AbstractNavigationServicenodeId - the nodeId from the SitePlanTreelevel - the tree level depthdepth - the maximum depthlinkAttribute - the attribute to use for the link textprotected String getUrl(TemplateAsset asset)
asset - template assetCopyright © 2010–2016. All rights reserved.