Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalComponent

All Superinterfaces:
Serializable
All Known Subinterfaces:
EbiPortalComponent2

Deprecated. As of v5.2, components have been replaced by Java Portlet 1.0

public interface EbiPortalComponent
extends Serializable

This provides a generic interface for portal components.

See Also:
javax.portlet.Portlet

Method Summary
 void getComponentData(EbiPortalContext portalContext, Map params)
          Deprecated. Gets the component data.
 void initialize(EbiPortalContext portalContext, Map params)
          Deprecated. Initializes the component.
 void processRequest(EbiPortalContext portalContext, Map params)
          Deprecated. Gives the component a chance to look at the parameters on the request.
 

Method Detail

initialize

public void initialize(EbiPortalContext portalContext,
                       Map params)
                throws EboUnrecoverableSystemException
Deprecated. 
Initializes the component.
Parameters:
portalContext - The portal context which contains the session, request, and user information.
params - A Map of parameters (Name/Value pairs).

getComponentData

public void getComponentData(EbiPortalContext portalContext,
                             Map params)
                      throws EboUnrecoverableSystemException
Deprecated. 
Gets the component data.
Parameters:
portalContext - The portal context which contains the session, request, and user information.
params - A Map of parameters (Name/Value pairs).

processRequest

public void processRequest(EbiPortalContext portalContext,
                           Map params)
                    throws EboUnrecoverableSystemException
Deprecated. 
Gives the component a chance to look at the parameters on the request.
Parameters:
portalContext - The portal context which contains the session, request, and user information.
params - A Map of parameters (Name/Value pairs).

Novell exteNd
Director 5.2 API