sv:structureLink
A structure link node can be available as sub node to the site page (sv:sitePage), a page (sv:page) or a folder (sv:folder). It has no sub nodes.
A structure link node corresponds to a structure link in the navigator.
Name | Type and description |
---|---|
<structure-link-name> | Dynamic / Model dependent |
The given name of the structure link. |
Name | Type and description |
---|---|
creationDate | javax.jcr.PropertyType.DATE |
| Date when the page was created. |
description | javax.jcr.PropertyType.STRING |
Description. | |
displayName | javax.jcr.PropertyType.STRING |
| The given name of the page |
lastModifiedDate | javax.jcr.PropertyType.DATE |
Date when the page was modified. | |
locale | javax.jcr.PropertyType.STRING |
| Language settings |
lastPublishDate | javax.jcr.PropertyType.DATE |
| Last date when the page was published, this date will change if an already published page is republished. Note! This property doesn't exist if the page is not published (i.e. property "published" == false). |
published | javax.jcr.PropertyType.BOOLEAN |
| Whether or not the page is published |
publishDate | javax.jcr.PropertyType.DATE |
Date when the page was published. Note! This property doesn't exist if the page is not published (i.e. property "published" == false). | |
structureTarget | javax.jcr.PropertyType.WEAKREFERENCE |
The folder that is referenced by the structurefolder (@since 2.6.2_024). | |
URI | javax.jcr.PropertyType.URI |
| The relative URI of the page |
URL | javax.jcr.PropertyType.URI |
| The absolute URI of the page |
visibleInMenus | javax.jcr.PropertyType.BOOLEAN |
| Indicates whether or not the page is visible in menus |
Sitevision Utility tip!
- The LinkRenderer interface can be used to render a sv:structureLink.