Uses of Class
com.sapportals.portal.prt.component.PortalComponentException

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

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

Methods in com.sapportals.portal.prt.component that throw PortalComponentException
 void AbstractPortalComponent.init(IPortalComponentInitContext context)
          Invoked when this Portal Component is loaded for the first time in memory.
 void AbstractPortalComponent.init(IPortalComponentConfig config)
           
 void AbstractPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called by the PortalSessionManager to allow the component to respond to a request.
 void IPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called to allow the component to respond to a request.