Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletContainerLocal

All Superinterfaces:
EbiPortletContainer

public interface EbiPortletContainerLocal
extends EbiPortletContainer

This is the Local Portlet Container Interface. It extends from the EbiPortletContainer interface, and scoped one per Portlet Application. Each instance of local portlet container manages the portlets that are located in the same WAR as the PortletContainer instance.

Since:
v5.0
See Also:
com.novell.afw.portlet.api.PortletEntity

Field Summary
static String PORTLET_CONTAINER
          Service entriy key of the local portlet container (supports jsr168).
 
Method Summary
 javax.portlet.PortletContext getPortletContext()
          Gets the portlet context for the associated portlet application WAR.
 EbiPortletInfoManager getPortletInfoManager()
          Gets the associated Portlet Info Manager.
 
Methods implemented from interface com.novell.afw.portlet.api.EbiPortletContainer
getContainerType, getMarkup, getPortletApplicationID, init, performBlockingInteraction
 

Field Detail

PORTLET_CONTAINER

public static final String PORTLET_CONTAINER
Service entriy key of the local portlet container (supports jsr168).
Since:
v5.0
Method Detail

getPortletContext

public javax.portlet.PortletContext getPortletContext()
Gets the portlet context for the associated portlet application WAR.
Returns:
the PortletContext object.
Since:
v5.0

getPortletInfoManager

public EbiPortletInfoManager getPortletInfoManager()
Gets the associated Portlet Info Manager.
Returns:
the EbiPortletInfoManager object.
Since:
v5.0

Novell exteNd
Director 5.2 API