I am trying to dynamically change the content in the Pluto model. I basically want to do what the Pluto Admin Portlet does, but from outside of Pluto.
Can someone point me to the classes and methods that I will need to get a handle on? I have dug through the PageAdminPortlet.java code a lot, but I am unsure if I can use the getPageConfig function or the getPortletContext function which it calls. Is there a separate API to do this same functionality from a higher up context? Any direction would be helpful. Thanks!
