Blog

Elements available in the Velocity Context

Name

Type and description

item

javax.jcr.Node


The item (for example an article *) that is rendered

jcrSession

javax.jcr.Session


The JCR Session

portlet

javax.jcr.Node


This portlet. See properties below

request

javax.portlet.PortletRequest


The portlet request

sitevisionUtils

senselogic.sitevision.api.Utils


The main entry point to all utility classes

 

(*) 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.