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

Packages that use IPortalComponentRequest
com.sap.portal.admin.editor   
com.sap.portal.admin.wizard Deprecated. 
com.sap.portal.httpconnectivity.transformationservice.xmlsource Provides interfaces and classes to load and cache XML data. 
com.sap.portal.httpconnectivity.urlfetcherservice   
com.sap.portal.prt.servlets_jsp   
com.sap.portal.unification Deprecated, Please refer to package com.sap.portal.obn.service
com.sapportals.admin.wizardframework Deprecated. 
com.sapportals.admin.wizardframework.api Deprecated. 
com.sapportals.admin.wizardframework.util Deprecated. 
com.sapportals.connectors.sap.authorizationtrace Provides interfaces and classes for starting and stopping the authorization trace in the R/3 system. 
com.sapportals.portal.appintegrator   
com.sapportals.portal.appintegrator.layer   
com.sapportals.portal.appintegrator.parameter   
com.sapportals.portal.ivs.cg Provides the classes and exceptions to manage connection properties. 
com.sapportals.portal.navigation   
com.sapportals.portal.navigation.obn   
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.connection   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.resource   
com.sapportals.portal.prt.service.authenticationservice   
com.sapportals.portal.prt.service.document   
com.sapportals.portal.prt.service.epcftoolbox Provides interfaces to simplify the implementation of client-side eventing for portal components. 
com.sapportals.portal.prt.service.hook   
com.sapportals.portal.prt.service.jco   
com.sapportals.portal.prt.servlets_jsp.server.jsp.response   
com.sapportals.portal.prt.servlets_jsp.server.page   
com.sapportals.portal.prt.util   
 

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

Methods in com.sap.portal.admin.editor that return IPortalComponentRequest
 IPortalComponentRequest IEditorContext.getRequest()
          Deprecated. Gets the request from which the context was constructed.
 

Methods in com.sap.portal.admin.editor with parameters of type IPortalComponentRequest
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 IPortalComponentRequest in com.sap.portal.admin.wizard
 

Methods in com.sap.portal.admin.wizard with parameters of type IPortalComponentRequest
 String IWizardComponentFactory.getAttributeCaption(String objectId, String attributeId, IPortalComponentRequest request)
          Deprecated. Gets the caption for the specified attribute ID.
 String IWizardComponentFactory.getAttributeTooltip(String objectId, String attributeId, IPortalComponentRequest request)
          Deprecated. Gets the tooltip for the specified attribute ID.
 AbstractInputComponent IWizardComponentFactory.getControlForAttribute(String objectId, String attributeId, IPortalComponentRequest request)
          Deprecated. Gets the appropriate user interface control for the specified attribute ID.
 

Uses of IPortalComponentRequest in com.sap.portal.httpconnectivity.transformationservice.xmlsource
 

Methods in com.sap.portal.httpconnectivity.transformationservice.xmlsource that return IPortalComponentRequest
 IPortalComponentRequest HTTPStreamSource.getRequest()
          Gets the portal request object associated with the HTTP call.
 

Constructors in com.sap.portal.httpconnectivity.transformationservice.xmlsource with parameters of type IPortalComponentRequest
HTTPStreamSource(IPortalComponentRequest request)
          A constructor that creates a new HTTPStreamSource object from the XML iView properties stored in the portal.
HTTPStreamSource(IPortalComponentRequest request, IURLFetcherProperties sourceProperties)
          A constructor that creates a new HTTPStreamSource object using fetcher properties that were already initialized.
HTTPStreamSource(IPortalComponentRequest request, String URL)
          A constructor that creates a new HTTPStreamSource object for a specified URL with no other HTTP properties definitions.
HTTPStreamSource(IPortalComponentRequest request, String URL, IConstants.Method method, IConstants.CachingLevel cacheLevel)
          A constructor that creates a new HTTPStreamSource object for a specified URL and using a specified HTTP method and caching level.
 

Uses of IPortalComponentRequest in com.sap.portal.httpconnectivity.urlfetcherservice
 

Methods in com.sap.portal.httpconnectivity.urlfetcherservice with parameters of type IPortalComponentRequest
 void IURLFetcherProperties.setRequest(IPortalComponentRequest request)
           
 

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

Methods in com.sap.portal.prt.servlets_jsp that return IPortalComponentRequest
 IPortalComponentRequest PortalComponentRequestProvider.getComponentRequest()
           
 IPortalComponentRequest JSPResponse.getRequest()
          Deprecated.  
 

Methods in com.sap.portal.prt.servlets_jsp with parameters of type IPortalComponentRequest
 void JSPResponse.include(IPortalComponentRequest aRequest, INode aNode)
           
 void JSPResponse.include(IPortalComponentRequest aRequest, IResource resource)
           
 

Constructors in com.sap.portal.prt.servlets_jsp with parameters of type IPortalComponentRequest
PortalComponentRequestProvider(HttpServletRequest httpServletRequest, IPortalComponentRequest componentRequest)
           
 

Uses of IPortalComponentRequest in com.sap.portal.unification
 

Methods in com.sap.portal.unification with parameters of type IPortalComponentRequest
 IOBNTarget IObjectBasedNavigation.getDefaultTarget(String systemAlias, String businessObjName, IPortalComponentRequest request)
          Deprecated. Gets the default OBN target that belongs to the specified business object.
 IOBNTarget IRolesOBN.getDefaultTarget(String systemAlias, String objectName, String operationName, IPortalComponentRequest request, List roles)
          Deprecated.  
 IOBNTarget IObjectBasedNavigation.getDefaultTargetForOperation(String systemAlias, String businessObjName, String operationName, IPortalComponentRequest request)
          Deprecated. Gets the default OBN target that implements the specified operation that belongs to the specified business object.
 List IObjectBasedNavigation.getTargets(String systemAlias, String businessObjName, IPortalComponentRequest request)
          Deprecated. Gets a list of target iViews that belong to the specified business object.
 Set IObjectBasedNavigation.getTargetsForOperation(String systemName, String objectName, String operationName, IPortalComponentRequest request)
          Deprecated. Gets a list of iViews that implement the specified operation.
 boolean IObjectBasedNavigation.isTargetExist(String systemAlias, String objectName, IPortalComponentRequest request)
          Deprecated. Checks if there is an iView that implements an operation that belongs to the specified business object.
 boolean IObjectBasedNavigation.isTargetExistsForOperation(String systemAlias, String objectName, String operationName, IPortalComponentRequest request)
          Deprecated. Checks if there is an iView that implements the specified operation.
 

Uses of IPortalComponentRequest in com.sapportals.admin.wizardframework
 

Methods in com.sapportals.admin.wizardframework with parameters of type IPortalComponentRequest
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 IPortalComponentRequest in com.sapportals.admin.wizardframework.api
 

Methods in com.sapportals.admin.wizardframework.api that return IPortalComponentRequest
 IPortalComponentRequest IBasicEditingContext.getRequest()
          Deprecated. Gets the request from which the context was constructed.
 

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

Methods in com.sapportals.admin.wizardframework.util with parameters of type IPortalComponentRequest
 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 IPortalComponentRequest in com.sapportals.connectors.sap.authorizationtrace
 

Methods in com.sapportals.connectors.sap.authorizationtrace with parameters of type IPortalComponentRequest
 IConnection ISAPAuthTraceService.getTracedConnection(String systemAlias, IPortalComponentRequest request)
          Deprecated.  
 boolean ISAPAuthTraceService.startAuthorizationTrace(IConnection connection, IPortalComponentRequest request)
          Deprecated.  
 

Uses of IPortalComponentRequest in com.sapportals.portal.appintegrator
 

Methods in com.sapportals.portal.appintegrator with parameters of type IPortalComponentRequest
protected  void AbstractIntegratorComponent.doActionPass(IPortalComponentRequest request)
          Processes the first pass (action-pass) of the layer stack.
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.
protected  void AbstractIntegratorComponent.doOnPOMReady(IPortalComponentRequest request, IEvent event)
          Processes the first pass (action-pass) of the layer stack.
protected  String AbstractIntegratorComponent.getBasicEnvironment(IPortalComponentRequest request, ILayerProcessor layerProc)
           
protected  ILayerProcessor AbstractIntegratorComponent.getLayerProcessor(IPortalComponentRequest request)
           
 

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

Methods in com.sapportals.portal.appintegrator.layer that return IPortalComponentRequest
 IPortalComponentRequest AbstractIntegrationLayer.getRequest()
          Returns the request.
 

Methods in com.sapportals.portal.appintegrator.layer with parameters of type IPortalComponentRequest
 void IIntegrationLayer.init(IPortalComponentRequest request, IParameterConveyor conveyor, int layerNo, String layerName)
          Initializes this layer.
 void AbstractIntegrationLayer.init(IPortalComponentRequest request, IParameterConveyor conveyor, int layerNo, String layerName)
           
 

Uses of IPortalComponentRequest in com.sapportals.portal.appintegrator.parameter
 

Methods in com.sapportals.portal.appintegrator.parameter with parameters of type IPortalComponentRequest
 String ICustomerParameterProvider.getParameter(IPortalComponentRequest request, String id)
          Returns the value for the parameter defined by its id.
 String ICustomerParameterProvider.getParameterDefault(IPortalComponentRequest request, String id)
          Returns the default value for the parameter defined by its id.
 

Uses of IPortalComponentRequest in com.sapportals.portal.ivs.cg
 

Methods in com.sapportals.portal.ivs.cg with parameters of type IPortalComponentRequest
 IConnection IConnectorGatewayService.getConnection(String systemAlias, IPortalComponentRequest request)
          Deprecated. use super interface getConnection(String,ConnectionProperties)
 Connection IConnectorGatewayService.getDistributedConnection(String[] systemsAliases, IPortalComponentRequest request)
          Deprecated. use super interface getDistributedConnection(String[],ConnectionProperties)
 

Uses of IPortalComponentRequest in com.sapportals.portal.navigation
 

Methods in com.sapportals.portal.navigation with parameters of type IPortalComponentRequest
 INavigationNode INavigationHelperService.getCurrentContextNavNode(IPortalComponentRequest request)
          Returns the context node from the request or session.
 INavigationNode INavigationHelperService.getCurrentLaunchNavNode(IPortalComponentRequest request)
          Returns the launchable navigation target.
 INavigationNode INavigationHelperService.getCurrentNavNode(IPortalComponentRequest request)
          Returns the navigation target.
 INavigationNode INavigationHelperService.getFirstNode(IPortalComponentRequest request)
          Returns the first navigation node in the tree in the highest level of hierarchy.
 NavigationNodes INavigationHelperService.getNavNodesListForTarget(IPortalComponentRequest request, INavigationNode targetNode)
          Returns the navigation nodes from the specified node to the entry point for this node.
 NavigationNodes INavigationHelperService.getNavNodesListForTarget(IPortalComponentRequest request, INavigationNode targetNode, int pathLength)
           
 ArrayList INavigationHelperService.getNavNodesPathIndexesList(IPortalComponentRequest request)
          Returns the integers that correspond to the current context node path.
 INavigationNode INavigationHelperService.getParentNode(INavigationNode node, IPortalComponentRequest request)
          Returns the parent node of a specified node.
 INavigationNode INavigationHelperService.getPersonalizePortalNode(IPortalComponentRequest request)
          Returns the initial node for portal personalization.
 String INavigationGenerator.getPortalURL(IPortalComponentRequest request, String navTarget)
          Gets a URL for navigating to a navigation target displayed within the framework page.
 NavigationNodes INavigationHelperService.getRealInitialNodes(IPortalComponentRequest request)
          Returns the initial nodes that are to be the entry points for the navigation iViews (TLN/DTN).
 String INavigationGenerator.getRelativePortalURL(IPortalComponentRequest request, String NavigationTarget)
          Gets a Relative URL for navigating to a navigation target displayed within the framework page.
 

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

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

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

Methods in com.sapportals.portal.prt.component that return IPortalComponentRequest
 IPortalComponentRequest IPortalComponentResponse.getRequest()
          Deprecated. Note: this method should not be called. It is only used in conjunction with addResource, which is deprecated also. The association of a request object with a response object is not "design-stable".
 

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentRequest
 IPortalComponentEvent IPortalComponentContext.createComponentEvent(IPortalComponentRequest aRequest, String nameSpace, String eventName)
          Deprecated. Do not use anymore
protected  void AbstractPortalComponent.doAbout(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides an "about" information on the Portal Component.
protected  void AbstractPortalComponent.doAfterContent(IPortalComponentRequest request, IEvent event)
          Handles the AFTER_CONTENT event.
protected  void AbstractPortalComponent.doBeforeContent(IPortalComponentRequest request, IEvent event)
          Handles the BEFORE_CONTENT event.
protected  void AbstractPortalComponent.doComponentEvent(IPortalComponentRequest aRequest, IPortalComponentEvent event)
          Handles a server side component event.
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.
 void AbstractPortalComponent.doHandleEditData(IPortalComponentRequest request, IPortalRequestEvent event)
          Default handler upon personalization according to the convention, which is that a personalization dialog presentation should use profile names as parameter names and it should contain a field "save" if the parameter set should be saved into the profile.
protected  void AbstractPortalComponent.doHelp(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Provides a help information on the Portal Component.
protected  void AbstractPortalComponent.doOnNodeReady(IPortalComponentRequest request, IEvent event)
          Handles the POM_ON_NODE_READY event.
protected  void AbstractPortalComponent.doOnNodeRemove(IPortalComponentRequest request, IEvent event)
          Handles the ON_NODE_REMOVE_EVENT event.
protected  void AbstractPortalComponent.doOnPOMReady(IPortalComponentRequest request, IEvent event)
          Handles the ON_POM_READY_EVENT event.
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.
protected  void AbstractPortalComponent.doRequestEvent(IPortalComponentRequest aRequest, IPortalRequestEvent event)
          Handles a client raised event that is not handled in a specific event handler.
 void IPortalComponentContext.fireEvent(IPortalComponentEvent componentEvent, IPortalComponentRequest request)
          Deprecated. Do not use anymore
 String AbstractPortalComponent.getCacheDiscriminant(IPortalComponentRequest request)
          Gets the cache discriminant.
 String ICacheDiscriminator.getCacheDiscriminator(IPortalComponentRequest request)
          Gets the cache discriminator value.
 CachingLevel ICachablePortalComponent.getCachingLevel(IPortalComponentRequest request)
          Gets the caching level.
 CachingLevel AbstractPortalComponent.getCachingLevel(IPortalComponentRequest request)
          Method defined in ICachablePortalComponent.
 String ICacheValidator.getValidationKey(IPortalComponentRequest request)
          Computes a key that will be stored in the cache and that will passed in the method isCacheValid at each request
 void IEventListenerComponent.handleEvent(IPortalComponentRequest request, IEvent event)
          Processes a POM event.
 void AbstractPortalComponent.handleEvent(IPortalComponentRequest request, IEvent event)
          Distributes known events to more convenient event handlers or force default handling.
 boolean ICachablePortalComponent.hasExpired(IPortalComponentRequest request, long creationTime, long currentTime)
          Returns a boolean indicating whether the content of this component has expired.
 boolean AbstractPortalComponent.hasExpired(IPortalComponentRequest request, long creationTime, long currentTime)
          method defined in ICachablePortalComponent.
 void IPortalComponentResponse.include(IPortalComponentRequest aRequest, INode aNode)
          Includes the content of another Portal Component in this response.
 void IPortalComponentResponse.include(IPortalComponentRequest aRequest, IResource aResource)
          Includes the content of a Resource in this response.
 boolean ICacheValidator.isCacheValid(IPortalComponentRequest request, String key)
          Test whether the cache is valid or not given a key which is stored in the cache content
 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.
 void PortalComponentException.setDetail(IPortalComponentRequest request)
          this methods is called to provide further information about the context of the exception.
 

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

Methods in com.sapportals.portal.prt.connection with parameters of type IPortalComponentRequest
 String IPortalURLBuilder.createURL(IPortalComponentRequest request, String root, String mode, IPortalRequestEvent Event)
           
 void IPortalRequest.end(IPortalComponentRequest request)
          The end method is called when the runtime has done all request procession
 IPortalRequestEvent IPortalRequest.getRequestEvent(IPortalComponentRequest request)
          A call to this method is supposed to return a Portal Request event if there was any information about this on the request.
 INode IPortalRequest.getRequestEventTarget(IPortalComponentRequest request)
          Computes the target node of a request event associated with this request, if applicable.
 String IPortalRequest.getRequestTheme(IPortalComponentRequest request)
          Theme information can generally be used to influence the rendering.
 IPortalComponentContext IPortalRequest.getRootContext(IPortalComponentRequest request)
          Gets the root context for this request.
 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
 boolean IPortalResponse.include(IPortalComponentRequest request, IResource resource)
          A connection provided implemenation of IPortalResponse can be capable of adding IResource implementations into the response.
 

Uses of IPortalComponentRequest in com.sapportals.portal.prt.pom
 

Methods in com.sapportals.portal.prt.pom that return IPortalComponentRequest
 IPortalComponentRequest IPortalNode.getRequest()
          Each instances of IPortalNode is linked to an IPortalComponentRequest object.
 

Uses of IPortalComponentRequest in com.sapportals.portal.prt.resource
 

Methods in com.sapportals.portal.prt.resource with parameters of type IPortalComponentRequest
 String IRemoteResourceInformation.getUniqueKey(IPortalComponentRequest request)
          Get a unique key for this resource.
 String IResourceInformation.getURL(IPortalComponentRequest request)
          Returns the URL referring to this resource.
 

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

Methods in com.sapportals.portal.prt.service.authenticationservice with parameters of type IPortalComponentRequest
 Object IPortalAuthenticationService.getAccessToLogic(IPortalComponentRequest request, IPortalComponentResponse response)
           
 IPortalComponentContext IAuthenticationService.getLogonIView(IPortalComponentContext iViewContext, IPortalComponentRequest request)
          Get the logon iview corresponding to the iView
 CallbackHandler IPortalAuthenticationService.getPortalSecurityHandler(IPortalComponentRequest request, IComponentNode node)
           
 

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

Methods in com.sapportals.portal.prt.service.document with parameters of type IPortalComponentRequest
 String IDocumentHookListener.doDocumentHook(int documentPosition, IPortalComponentRequest request)
          A document hook is a method which can be called to insert additional HTML coding into an HTML page.
 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 IPortalComponentRequest in com.sapportals.portal.prt.service.epcftoolbox
 

Methods in com.sapportals.portal.prt.service.epcftoolbox with parameters of type IPortalComponentRequest
 IClientEventReceiver IEpcfToolbox.getClientEventReceiver(IPortalComponentRequest request, String eventUrn, String eventName)
          Provides a receiver object instance for working with the EPCF toolbox.
 IClientEventSender IEpcfToolbox.getClientEventSender(IPortalComponentRequest request, String eventUrn, String eventName)
          Provides a sender object instance for working with the EPCF toolbox.
 

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

Methods in com.sapportals.portal.prt.service.hook with parameters of type IPortalComponentRequest
 HookStatus ICacheResourceValidatorHook.doCacheResourceValidatorHook(IPortalComponentRequest request, Vector resources)
          This hook is called for each cached portal component and invalidates the component's cache if HookStatus.ERROR is returned
 HookStatus IComponentHook.doComponentHook(IPortalComponentRequest request, IPortalComponentResponse response)
           
 HookStatus IDocumentHook.doDocumentHook(int position, IPortalComponentRequest request, IPortalComponentResponse response)
           
 HookStatus IEventHook.doEventHook(IPortalComponentRequest request, IEvent event)
           
 HookStatus INodeHook.doNodeHook(IPortalComponentRequest request, IComponentNode node)
           
 HookStatus INodeHook.doNodeHook(IPortalComponentRequest request, IPortalComponentContext context)
           
 String IParameterMappingHook.getParameter(String key, IPortalComponentRequest request)
          Return a mapped parameter value for the given key.
 IPortalComponentResponse IResponseHook.getResponseHook(IPortalComponentRequest request, IPortalComponentResponse response)
          This method allows to return an alternate response to the framework.
 boolean IParameterMappingHook.isMappingNeeded(String key, IPortalComponentRequest request)
          Performs a fast check if the current key and request pair need mapping in the current hook implementation.
 void IResponseHook.responseHookDone(IPortalComponentRequest request, IPortalComponentResponse response)
           
 

Uses of IPortalComponentRequest in com.sapportals.portal.prt.service.jco
 

Methods in com.sapportals.portal.prt.service.jco with parameters of type IPortalComponentRequest
 boolean IJCOClientService.deleteRepository(String destination, IPortalComponentRequest request)
          Deletes a repository from the cache.
 com.sap.mw.jco.JCO.Client IJCOClientService.getJCOClient(String destinationName, IPortalComponentRequest request)
          Deprecated. Please switch to client pooling.
 com.sap.mw.jco.JCO.Client IJCOClientService.getJCOClient(String context, String destinationName, IPortalComponentRequest request)
          Deprecated. Please switch to client pooling. If authorization trace is enabled in the service configuration, the client is delivered connected and with authorization trace started (if available in the target system).
 IJCOClientPoolEntry IJCOClientService.getJCOClientPoolEntry(String destination, IPortalComponentRequest request)
          Delivers a connected JCo Client.
 IJCOClientPoolEntry IJCOClientService.getJCOClientPoolEntry(String destination, IPortalComponentRequest request, boolean connect)
          Delivers a connected JCo Client.
 IJCOClientPoolEntry IJCOClientService.getJCOClientPoolEntry(String destination, IPortalComponentRequest request, boolean connect, long timeout)
          Delivers a connected JCo Client.
 IJCOClientPoolEntry IJCOClientService.getJCOClientPoolEntry(String destination, IPortalComponentRequest request, boolean connect, long timeout, long lifetime)
          Delivers a pool entry which enclosed a JCo client.
 IJCOClientPoolEntry IJCOClientService.getJCOClientPoolEntry(String destination, IPortalComponentRequest request, long timeout)
          Delivers a connected JCo Client.
 com.sap.mw.jco.JCO.Repository IJCOClientService.getRepository(String destination, IPortalComponentRequest request)
          This method provides JCo repositories.
 

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

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

Methods in com.sapportals.portal.prt.servlets_jsp.server.jsp.response with parameters of type IPortalComponentRequest
 void JSPResponse.include(IPortalComponentRequest aRequest, INode aNode)
          Deprecated.  
 void JSPResponse.include(IPortalComponentRequest aRequest, IResource resource)
          Deprecated.  
 

Uses of IPortalComponentRequest in com.sapportals.portal.prt.servlets_jsp.server.page
 

Fields in com.sapportals.portal.prt.servlets_jsp.server.page declared as IPortalComponentRequest
protected  IPortalComponentRequest PageContextImpl.componentRequest
          Deprecated. response invoked this jsp
 

Methods in com.sapportals.portal.prt.servlets_jsp.server.page with parameters of type IPortalComponentRequest
 PageContext JspFactoryImpl.getWPPageContext(IPortalComponentRequest request, JSPResponse response, String s, boolean flag, int i, boolean flag1)
          Deprecated. Construct and initialize the PageContext for servlet
 void PageContextImpl.initialize(IPortalComponentRequest request, JSPResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
          Deprecated. Initiates the instance with servlet parameters.
 

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

Methods in com.sapportals.portal.prt.util with parameters of type IPortalComponentRequest
 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.
 void StandardEditDialog.doHandleEditData(IPortalComponentRequest request, IPortalRequestEvent event)
          Default handling at end of personalization: Simply store all properties.
 void EditProfile.doSaveCurrentProfile(IPortalComponentRequest request, IEvent event)
          Description of the Method
static String AbstractMimeUriGenerator.getAbstractMimeUri(IPortalComponentRequest request, String applicationType, String applicationName, String localIconPath)
          Portal UI applications perform a call this method in order to retrive an abstract mime URL for rendering an icon.
static String RequestParamsUtil.getIRJConnectionPath(IPortalComponentRequest request)
           
static String RequestParamsUtil.getIRJConnectionPathInfo(IPortalComponentRequest request)
           
static String RequestParamsUtil.getIRJContextPath(IPortalComponentRequest reqeust)
           
static String RequestParamsUtil.getIRJExtraPathInfo(IPortalComponentRequest request)
           
static String RequestParamsUtil.getIRJServletPath(IPortalComponentRequest request)
           
static String RequestParamsUtil.getIRJURI(IPortalComponentRequest request)
           
 



Copyright 2011 SAP AG Complete Copyright Notice