Novell exteNd
Director 5.2 API

com.novell.afw.component.api
Interface EbiComponentContainer

All Superinterfaces:
EbiPortletContainer

public interface EbiComponentContainer
extends EbiPortletContainer

The EbiComponentContainer provides access to legacy components that are contained in a resourceset within the associated portal war.

Since:
v5.0
See Also:
EbiPortletContainer, EbiComponentRegistry

Field Summary
static String COMPONENT_CONTAINER
          The Service Entiry Key of the component container.
 
Method Summary
 EbiComponentRegistry getComponentRegistry()
          Gets the component registry for the associated portal war.
 
Methods implemented from interface com.novell.afw.portlet.api.EbiPortletContainer
getContainerType, getMarkup, getPortletApplicationID, init, performBlockingInteraction
 

Field Detail

COMPONENT_CONTAINER

public static final String COMPONENT_CONTAINER
The Service Entiry Key of the component container. A EbiComponentContainer object is instantiated one per Portal WAR by the factory.
Since:
v5.0
Method Detail

getComponentRegistry

public EbiComponentRegistry getComponentRegistry()
Gets the component registry for the associated portal war.
Returns:
a EbiComponentRegistry object.
Since:
v5.0

Novell exteNd
Director 5.2 API