com.sapportals.portal.prt.component
Interface IPortalComponentInit

All Known Implementing Classes:
AbstractPortalComponent

public interface IPortalComponentInit


Method Summary
 void init(IPortalComponentInitContext context)
          Initializes this object by giving it its relevant configuration.
 

Method Detail

init

public void init(IPortalComponentInitContext context)
Initializes this object by giving it its relevant configuration. Invoked when this Portal Component is instanciate. The container calls the init method each time this Portal Component is loaded in memory.
Parameters:
config - an instance of IPortalComponentInitContext providing the component configuration coming from the deployment descriptor.