Uses of Interface
com.sapportals.portal.prt.component.IPortalComponentInitContext

Packages that use IPortalComponentInitContext
com.sapportals.portal.prt.component   
 

Uses of IPortalComponentInitContext in com.sapportals.portal.prt.component
 

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentInitContext
 void AbstractPortalComponent.init(IPortalComponentInitContext context)
          Invoked when this Portal Component is loaded for the first time in memory.
 void IPortalComponentInit.init(IPortalComponentInitContext context)
          Initializes this object by giving it its relevant configuration.