The custom templates in the script element uses the JCR (Java Content Repository, JSR 283) programming model. The SiteVision API is available here
| Name | Type and Description |
|---|---|
| portlet | javax.jcr.Node |
| The portlet that is rendered. | |
| sitevisionUtils | senselogic.sitevision.api.Utils |
| The main entry point to all utility classes | |
| jcrSession | javax.jcr.Session |
| The JCR Session | |
| request | javax.portlet.PortletRequest |
| The portlet request | |
| item | javax.jcr.Node |
| The item (for example an article *) that is rendered |
(*) The item is typically a sv:article Node or a sv:rssFeedItem Node as of SiteVision 3.6.2. In prior versions there was no support for RSS data so the item was typically a sv:article Node or an "empty" temporary Node.
Last updated: