Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalPID


public interface EbiPortalPID

Provides interface access to Portal PID data.


Field Summary
static String PORTAL_PID_FORMAT
          Indicates a Portal PID Format.
 
Method Summary
 Map getComponentParams(String componentInstanceName)
          Gets the parameters for a given component instance.
 Object[] getElements()
          Gets the elements for the Portal PID.
 

Field Detail

PORTAL_PID_FORMAT

public static final String PORTAL_PID_FORMAT
Indicates a Portal PID Format.
Method Detail

getElements

public Object[] getElements()
Gets the elements for the Portal PID.
Returns:
an array of objects of type String (raw html) or of type EboPortalComponentTag.

getComponentParams

public Map getComponentParams(String componentInstanceName)
Gets the parameters for a given component instance.
Returns:
the name/value pairs in the component tag.

Novell exteNd
Director 5.2 API