sv:structurePage
A structure page node can be available as sub node to the site page (sv:sitePage), a page (sv:page) or a folder (sv:folder). It can have zero or more structure folders (sv:structureFolder), structure pages (sv:structurePage) or structure links (sv:structureLink) as child nodes.
A structure page node corresponds to a structure page in the navigator.
Name | Type and description |
---|---|
<structure-page-name> | Dynamic / Model dependent |
The given name of the structure page. |
Name | Type and description |
---|---|
creationDate | javax.jcr.PropertyType.DATE |
Date when the page was created. | |
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). | |
resourcePriority | javax.jcr.PropertyType.LONG |
The search resource priority, influences document boost when indexed [@since Sitevision 3.6.4] | |
robotsIndex | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the page may be indexed by a web robot | |
structureTarget | javax.jcr.PropertyType.WEAKREFERENCE |
The page that is referenced by the structurepage. (@Since 2.6.2_04) | |
template | javax.jcr.PropertyType.WEAKREFERENCE |
The template which is used by the page | |
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 API tip!
- The LinkRenderer interface can be used to render a link to a sv:structurePage.