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

Packages that use IPortalComponentResponse
com.sap.portal.admin.editor   
com.sap.portal.prt.servlets_jsp   
com.sapportals.admin.wizardframework Deprecated. 
com.sapportals.admin.wizardframework.util Deprecated. 
com.sapportals.portal.appintegrator   
com.sapportals.portal.appintegrator.layer   
com.sapportals.portal.ivs.http   
com.sapportals.portal.navigation.obn   
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.connection   
com.sapportals.portal.prt.service.authenticationservice   
com.sapportals.portal.prt.service.document   
com.sapportals.portal.prt.service.hook   
com.sapportals.portal.prt.servlets_jsp.server.jsp.response   
com.sapportals.portal.prt.util   
 

Uses of IPortalComponentResponse in com.sap.portal.admin.editor
 

Methods in com.sap.portal.admin.editor that return IPortalComponentResponse
 IPortalComponentResponse IEditorResponse.getResponse()
          Deprecated. Gets the portal component response.
 

Methods in com.sap.portal.admin.editor with parameters of type IPortalComponentResponse
protected  void AbstractEditorComponent.doContent(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
           
 IEditor IEditorFactory.newEditorInstance(IEditorBuilder editorBuilder, IPortalComponentRequest request, IPortalComponentResponse response)
          Deprecated. Creates a new instance of the editor.
 

Uses of IPortalComponentResponse in com.sap.portal.prt.servlets_jsp
 

Classes in com.sap.portal.prt.servlets_jsp that implement IPortalComponentResponse
 class JSPResponse
           
 

Methods in com.sap.portal.prt.servlets_jsp that return IPortalComponentResponse
 IPortalComponentResponse JSPResponse.getParentResponse()
           
 

Constructors in com.sap.portal.prt.servlets_jsp with parameters of type IPortalComponentResponse
JSPResponse(IPortalComponentResponse parentResponse)
           
 

Uses of IPortalComponentResponse in com.sapportals.admin.wizardframework
 

Methods in com.sapportals.admin.wizardframework with parameters of type IPortalComponentResponse
protected  void AbstractStaticWizard.doContent(IPortalComponentRequest request, IPortalComponentResponse response)
          Deprecated. Performs the logic for the wizard instance.
protected  void AbstractDynamicWizard.doContent(IPortalComponentRequest request, IPortalComponentResponse response)
          Deprecated. Performs the logic for the wizard instance.
 

Uses of IPortalComponentResponse in com.sapportals.admin.wizardframework.util
 

Methods in com.sapportals.admin.wizardframework.util with parameters of type IPortalComponentResponse
 void IWizardInstance.doWizard(IPortalComponentRequest request, IPortalComponentResponse response, IWizardConfigurator wizard)
          Deprecated. Implement this method to perform the wizard logic.
 void IWizardInstance.doWizard(IPortalComponentRequest request, IPortalComponentResponse response, IWizardConfigurator wizard, ClassLoader classLoader)
          Deprecated. Implement this method to perform the wizard logic using a class loader.
 

Uses of IPortalComponentResponse in com.sapportals.portal.appintegrator
 

Methods in com.sapportals.portal.appintegrator with parameters of type IPortalComponentResponse
protected  void AbstractIntegratorComponent.doContent(IPortalComponentRequest request, IPortalComponentResponse response)
          Processes the second pass (content-pass) of the layer stack.
protected  void AbstractIntegratorComponent.doContentPass(IPortalComponentRequest request, IPortalComponentResponse response)
          Processes the second pass (content-pass) of the layer stack.
 void ILayerProcessor.processContentPass(IPortalComponentResponse response)
          processes pass2 (content pass) of the layer stack
 

Uses of IPortalComponentResponse in com.sapportals.portal.appintegrator.layer
 

Methods in com.sapportals.portal.appintegrator.layer with parameters of type IPortalComponentResponse
 void IIntegrationLayer.render(IPortalComponentResponse response)
          This method is used to produce the output of this layer.
 void AbstractIntegrationLayer.render(IPortalComponentResponse response)
           
 

Uses of IPortalComponentResponse in com.sapportals.portal.ivs.http
 

Methods in com.sapportals.portal.ivs.http with parameters of type IPortalComponentResponse
 void IHTTPService.getPageInResponse(String url, IPortalComponentResponse response)
          Deprecated.  
 

Uses of IPortalComponentResponse in com.sapportals.portal.navigation.obn
 

Methods in com.sapportals.portal.navigation.obn with parameters of type IPortalComponentResponse
 void IObjectBasedNavigationRenderer.render(IPortalComponentRequest request, IPortalComponentResponse response)
          Deprecated. Please refer to the documentation of package com.sap.portal.obn
 

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

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentResponse
 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
protected  void AbstractPortalComponent.doAbout(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides an "about" information on the Portal Component.
protected abstract  void AbstractPortalComponent.doContent(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Generates the content of the component.
protected  void AbstractPortalComponent.doEdit(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides personalization dialog.
protected  void AbstractPortalComponent.doHelp(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides a help information on the Portal Component.
protected  void AbstractPortalComponent.doPreview(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides preview on the typical output provided by the Portal Component.
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 AbstractResourceComponent.service(IPortalComponentRequest request, IPortalComponentResponse response)
           
 void AbstractPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called by the PortalSessionManager to allow the component to respond to a request.
 

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

Methods in com.sapportals.portal.prt.connection with parameters of type IPortalComponentResponse
 void IContentExceptionHandler.handlePortalComponentException(IPortalComponentRequest request, IPortalComponentResponse response, PortalComponentException e)
          Handles a portal component exception
 void IContentExceptionHandler.handlePortalRuntimeException(IPortalComponentRequest request, IPortalComponentResponse response, PortalRuntimeException e)
          Handles a Portal runtime exception
 

Uses of IPortalComponentResponse in com.sapportals.portal.prt.service.authenticationservice
 

Methods in com.sapportals.portal.prt.service.authenticationservice with parameters of type IPortalComponentResponse
 Object IPortalAuthenticationService.getAccessToLogic(IPortalComponentRequest request, IPortalComponentResponse response)
           
 

Uses of IPortalComponentResponse in com.sapportals.portal.prt.service.document
 

Methods in com.sapportals.portal.prt.service.document with parameters of type IPortalComponentResponse
 void IDocumentHookListener.doDocumentHook(int documentPosition, IPortalComponentRequest request, IPortalComponentResponse response)
          A document hook is a method which can be called to insert additional HTML coding into an HTML page.
 

Uses of IPortalComponentResponse in com.sapportals.portal.prt.service.hook
 

Methods in com.sapportals.portal.prt.service.hook that return IPortalComponentResponse
 IPortalComponentResponse IResponseHook.getResponseHook(IPortalComponentRequest request, IPortalComponentResponse response)
          This method allows to return an alternate response to the framework.
 

Methods in com.sapportals.portal.prt.service.hook with parameters of type IPortalComponentResponse
 HookStatus IComponentHook.doComponentHook(IPortalComponentRequest request, IPortalComponentResponse response)
           
 HookStatus IDocumentHook.doDocumentHook(int position, IPortalComponentRequest request, IPortalComponentResponse response)
           
 IPortalComponentResponse IResponseHook.getResponseHook(IPortalComponentRequest request, IPortalComponentResponse response)
          This method allows to return an alternate response to the framework.
 void IResponseHook.responseHookDone(IPortalComponentRequest request, IPortalComponentResponse response)
           
 

Uses of IPortalComponentResponse in com.sapportals.portal.prt.servlets_jsp.server.jsp.response
 

Methods in com.sapportals.portal.prt.servlets_jsp.server.jsp.response that return IPortalComponentResponse
 IPortalComponentResponse JSPResponse.getParentResponse()
          Deprecated.  
 

Constructors in com.sapportals.portal.prt.servlets_jsp.server.jsp.response with parameters of type IPortalComponentResponse
JSPResponse(IPortalComponentResponse parentResponse)
          Deprecated.  
JSPResponse(IPortalComponentResponse parentResponse, JspWriter writer)
          Deprecated.  
 

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

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



Copyright 2011 SAP AG Complete Copyright Notice