Interface PortletRegistryObject

    • Method Detail

      • addRegistryElement

        void addRegistryElement​(PortletRegistryElement portletRegistryElement)
        Add the portlet registry element to this object.
        Parameters:
        portletRegistryElement - the PortletRegistryElement
      • removeRegistryElement

        boolean removeRegistryElement​(PortletRegistryElement portletRegistryElement)
        Remove the portlet registry element from this object.
        Parameters:
        portletRegistryElement - the PortletRegistryElement
        Returns:
        a true, if the portlet registry element is successfully removed.
      • getRegistryElement

        PortletRegistryElement getRegistryElement​(String name)
        Returns the portlet registry element for the specified name. This can be either be PortletAppRegistry, PortletWindowRegistry or PortletWindowPreferenceRegistry objects.
        Parameters:
        name - the value of "name" attribute of the portlet registry element
        Returns:
        a PortletRegistryElement, the element in the portlet registry.
      • getRegistryElements

        List<PortletRegistryElement> getRegistryElements()
        Returns a list of all portlet registry elements in the portlet registry.
        Returns:
        a List of all portlet registry elements in the portlet registr.