Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalComponent2

All Superinterfaces:
EbiPortalComponent, Serializable

Deprecated. Use EbiPortalComponent.

public interface EbiPortalComponent2
extends EbiPortalComponent

Generic interface for portal components.


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.
Specified by:
initialize in interface EbiPortalComponent
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.
Specified by:
getComponentData in interface EbiPortalComponent
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.
Specified by:
processRequest in interface EbiPortalComponent
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