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

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

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

Methods in com.sapportals.portal.prt.component that return IPortalComponentConfig
 IPortalComponentConfig IPortalComponentInitContext.getComponentConfig()
          Gets the component config
 

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentConfig
 void AbstractPortalComponent.init(IPortalComponentConfig config)