[jboss-user] [JBoss Portal] - Re: Can portlet eindow properties be accessed from the stand
julien@jboss.com
do-not-reply at jboss.com
Thu Apr 10 12:06:32 EDT 2008
you can use jboss portal public api to do that http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/portalapi.html#d0e5126
for getting the current node (window node) you need for now to cast the request into JBossPortletRequest and do:
| PortalNode thisNode = req.getPortalNode();
|
I hope to provide a better way to access the current portal node in the future, probably using a request attribute or a thread local based mechanism.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143239#4143239
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143239
More information about the jboss-user
mailing list