[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

jssteux do-not-reply at jboss.com
Fri Feb 29 04:40:47 EST 2008


You can use the internal API to create/modify dynamically pages

Items such as pages, windows are represented by PortalObject in JBoss Portal. Once you have retrieved your page through the PortalObjectContainer, you can modify its contents.

For example,  page.createWindow( ...) or window.setDeclaredProperty(ThemeConstants.PORTAL_PROP_ORDER, "1")





View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133102#4133102

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133102



More information about the jboss-user mailing list