Interface PortletApplication

    • Method Detail

      • getId

        String getId()
        Return the web app id.
        Returns:
        the id
      • getPortletContainers

        Collection<? extends PortletContainer> getPortletContainers()
        Returns the set of related portlet containers.
        Returns:
        the portlet containers
      • getPortletContainer

        PortletContainer getPortletContainer​(String containerId)
        Returns a specific container or null if it does not exist
        Parameters:
        containerId - the container id
        Returns:
        the portlet container