Novell exteNd
Director 5.0 API

com.sssw.portal.api
Interface EbiPortalComponent

All Superinterfaces:
Serializable
All Known Subinterfaces:
EbiPortalComponent2

public interface EbiPortalComponent
extends Serializable

Generic interface for portal components.


Method Summary
 void getComponentData(EbiPortalContext portalContext, Map params)
          Gets the component data.
 void initialize(EbiPortalContext portalContext, Map params)
          Initializes the component.
 void processRequest(EbiPortalContext portalContext, Map params)
          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
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
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
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.0 API