Interface PortletApplication

All Known Subinterfaces:
PortletApplicationObject
All Known Implementing Classes:
PortletApplicationImpl

public interface PortletApplication
A portlet application exposed for management.
  • Method Details

    • 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
    • getContext

      Returns the context of the portlet application.
      Returns:
      the context