org.jboss.portal.portlet.container
Interface PortletApplication

All Known Subinterfaces:
PortletApplicationObject
All Known Implementing Classes:
PortletApplicationImpl

public interface PortletApplication

A portlet application exposed for management.

Version:
$Revision: 6733 $
Author:
Julien Viet

Method Summary
 PortletApplicationContext getContext()
          Returns the context of the portlet application.
 java.lang.String getId()
          Return the web app id.
 PortletContainer getPortletContainer(java.lang.String containerId)
          Returns a specific container or null if it does not exist
 java.util.Collection<? extends PortletContainer> getPortletContainers()
          Returns the set of related portlet containers.
 

Method Detail

getId

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

Returns:
the id

getPortletContainers

java.util.Collection<? extends PortletContainer> getPortletContainers()
Returns the set of related portlet containers.

Returns:
the portlet containers

getPortletContainer

PortletContainer getPortletContainer(java.lang.String containerId)
Returns a specific container or null if it does not exist

Parameters:
containerId - the container id
Returns:
the portlet container

getContext

PortletApplicationContext getContext()
Returns the context of the portlet application.

Returns:
the context


Copyright © 2008. All Rights Reserved.