0 Replies Latest reply on Jun 12, 2009 5:16 AM by je.a.le

    portlet class name from a portalNode ??

    je.a.le

      hi,

      I use the portalNode/property system of jbp to save some specific informations for portlet instance.
      I also use my own node tree browser too, authentificated user can use to set/update some properties (No regular use have access to jbp admin pages, never...).
      When facing a PotalNode.TYPE_WINDOW, how can I get more informations about the portlet : its class type ???

      with sample :
      A portlet MyPortlet, an Instance MyPortletInstance, added to /portal/portal/test page as myportlet.
      From /portal/portal/test/myportlet node, how could I know is class MyPortlet ??? Is there a jmx service I can call ??

      Thanks