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

Packages that use IPortalComponentRequest
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.resource   
com.sapportals.portal.prt.util   
 

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
 void IPortalComponentResponse.include(IPortalComponentRequest aRequest, IResource aResource)
          Includes the content of a Resource in this response.
 void IPortalComponentResponse.include(IPortalComponentRequest aRequest, INode aNode)
          Includes the content of another Portal Component in this response.
 boolean ICacheValidator.isCacheValid(IPortalComponentRequest request, java.lang.String key)
          Test whether the cache is valid or not given a key which is stored in the cache content
 java.lang.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
 java.lang.String ICacheDiscriminator.getCacheDiscriminator(IPortalComponentRequest request)
          Gets the cache discriminator value.
 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 AbstractPortalComponent.handleEvent(IPortalComponentRequest request, IEvent event)
          Distributes known events to more convenient event handlers or force default handling.
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.doBeforeContent(IPortalComponentRequest request, IEvent event)
          Handles the BEFORE_CONTENT event.
protected  void AbstractPortalComponent.doAfterContent(IPortalComponentRequest request, IEvent event)
          Handles the AFTER_CONTENT event.
protected  void AbstractPortalComponent.doRequestEvent(IPortalComponentRequest aRequest, IPortalRequestEvent event)
          Handles a client raised event that is not handled in a specific event handler.
protected  void AbstractPortalComponent.doComponentEvent(IPortalComponentRequest aRequest, IPortalComponentEvent event)
          Handles a server side component event.
 boolean AbstractPortalComponent.hasExpired(IPortalComponentRequest request, long creationTime, long currentTime)
          method defined in ICachablePortalComponent. if the expiration flag is set to false, we check if the property called ValidityPeriod is set.
 CachingLevel AbstractPortalComponent.getCachingLevel(IPortalComponentRequest request)
          Method defined in ICachablePortalComponent.
 java.lang.String AbstractPortalComponent.getCacheDiscriminant(IPortalComponentRequest request)
          Gets the cache discriminant.
 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.
 void IEventListenerComponent.handleEvent(IPortalComponentRequest request, IEvent event)
          Processes a POM event.
 void IPortalComponent.service(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
          Called to allow the component to respond to a request.
 boolean ICachablePortalComponent.hasExpired(IPortalComponentRequest request, long creationTime, long currentTime)
          Returns a boolean indicating whether the content of this component has expired.
 CachingLevel ICachablePortalComponent.getCachingLevel(IPortalComponentRequest request)
          Gets the caching level.
 void PortalComponentException.setDetail(IPortalComponentRequest request)
          this methods is called to provide further information about the context of the exception.
 void IPortalComponentContext.fireEvent(IPortalComponentEvent componentEvent, IPortalComponentRequest request)
          Deprecated. Do not use anymore
 IPortalComponentEvent IPortalComponentContext.createComponentEvent(IPortalComponentRequest aRequest, java.lang.String nameSpace, java.lang.String eventName)
          Deprecated. Do not use anymore
 

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
 java.lang.String IResourceInformation.getURL(IPortalComponentRequest request)
          Returns the URL referring to this resource. The generated URL depends on some servlet settings provided by the request.
 

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

Methods in com.sapportals.portal.prt.util with parameters of type IPortalComponentRequest
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.displayCurrentProfile(IPortalComponentRequest request, IPortalComponentResponse response)
          Description of the Method
 void EditProfile.doSaveCurrentProfile(IPortalComponentRequest request, IEvent event)
          Description of the Method