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

Packages that use IPortalComponentResponse
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.util   
 

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

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentResponse
 void AbstractPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called by the PortalSessionManager to allow the component to respond to a request.
protected abstract  void AbstractPortalComponent.doContent(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Generates the content of the component.
protected  void AbstractPortalComponent.doPreview(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides preview on the typical output provided by the Portal Component.
protected  void AbstractPortalComponent.doAbout(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides an "about" information on the Portal Component.
protected  void AbstractPortalComponent.doHelp(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides a help information on the Portal Component.
protected  void AbstractPortalComponent.doEdit(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides personalization dialog.
protected  void AbstractPortalComponent.doRefresh(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides personalization dialog.
 void IPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called to allow the component to respond to a request.
 void IPortalComponentRequest.dispatchRequest(INode aNode, IPortalComponentResponse aResponse)
          Dispatches the request to another node
 void IPortalComponentRequest.dispatchRequest(IResource aResource, IPortalComponentResponse aResponse)
          Dispatches the request to a Resource
 

Uses of IPortalComponentResponse in com.sapportals.portal.prt.util
 

Methods in com.sapportals.portal.prt.util with parameters of type IPortalComponentResponse
protected  void StandardEditDialog.doContent(IPortalComponentRequest request, IPortalComponentResponse response)
           
protected  void StandardEditDialog.doEdit(IPortalComponentRequest request, IPortalComponentResponse response)
          present a personalization dialogue.
 void EditProfile.displayCurrentProfile(IPortalComponentRequest request, IPortalComponentResponse response)
          Description of the Method