org.jboss.portal.portlet.container
Interface PortletApplication

All Known Implementing Classes:
PortletApplicationImpl

public interface PortletApplication

A portlet application.


Method Summary
 PortletApplicationContext getContext()
          Return the porlet application context.
 java.lang.String getId()
          Return the web app id.
 PortletContainer getPortletContainer(java.lang.String id)
          Return a specific component.
 java.util.Set getPortletContainers()
          Return the set of components part of this web application.
 

Method Detail

getId

public java.lang.String getId()
Return the web app id.


getPortletContainers

public java.util.Set getPortletContainers()
Return the set of components part of this web application.


getPortletContainer

public PortletContainer getPortletContainer(java.lang.String id)
Return a specific component.


getContext

public PortletApplicationContext getContext()
Return the porlet application context.