1.1.1.3.3. OpenLink

This event is fired through UIForumPortlet.

To receive OpenLink, you must use the ForumParameter class with one property:

Name Type Possible value Description
path string The absolute path of the node defined by JCR. Set data for the UIForumPortlet.

For example:



....
ActionResponse actionRes = pcontext.getResponse() ;
ForumParameter param = new ForumParameter() ;
param.setPath(path);
actionRes.setEvent(new QName("OpenLink"), param) ;
....
Copyright ©2012. All rights reserved. eXo Platform SAS