JBoss.orgCommunity Documentation
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) ;
....