com.sapportals.portal.prt.component
Class PortalComponentRequestType

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.prt.component.PortalComponentRequestType

Deprecated. The usage of this class is no longer recommended. Please use instead the generic mode handling mechanism to create request that have the ssame meaning than this PortalComponentRequestType.
Copyright (c) SAP Portals Europe GmbH 2001

public class PortalComponentRequestType
extends Stringable

The PortalComponentRequestType represents the type of request handled by the component.

It could be one of the following: content, help, edit, save, refresh, close.


Field Summary
static PortalComponentRequestType ABOUT
          Deprecated. A request of type ABOUT is asking for an "about" type information generated by the Portal Component.
static PortalComponentRequestType CLOSE
          Deprecated. Reserved for future purposes.
static PortalComponentRequestType CONTENT
          Deprecated. A request of type CONTENT is asking for a Portal Component's content.
static PortalComponentRequestType EDIT
          Deprecated. A request of type EDIT is asking for a Portal Component's personalization dialog.
static PortalComponentRequestType HELP
          Deprecated. A request of type HELP is asking for the help information of the component.
static PortalComponentRequestType PREVIEW
          Deprecated. A request of type PREVIEW is asking for a preview on the typical output generated by the Portal Component.
static PortalComponentRequestType REFRESH
          Deprecated. A request of type refresh is asking for refreshed content, i.e. expiration of all caching done by the Portal Component.
static PortalComponentRequestType SAVE
          Deprecated. Reserved for future purposes.
 
Constructor Summary
PortalComponentRequestType(java.lang.String aString)
          Deprecated.  
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT

public static final PortalComponentRequestType CONTENT
Deprecated. 
A request of type CONTENT is asking for a Portal Component's content.

EDIT

public static final PortalComponentRequestType EDIT
Deprecated. 
A request of type EDIT is asking for a Portal Component's personalization dialog.

PREVIEW

public static final PortalComponentRequestType PREVIEW
Deprecated. 
A request of type PREVIEW is asking for a preview on the typical output generated by the Portal Component.

ABOUT

public static final PortalComponentRequestType ABOUT
Deprecated. 
A request of type ABOUT is asking for an "about" type information generated by the Portal Component.

HELP

public static final PortalComponentRequestType HELP
Deprecated. 
A request of type HELP is asking for the help information of the component.

SAVE

public static final PortalComponentRequestType SAVE
Deprecated. 
Reserved for future purposes.

REFRESH

public static final PortalComponentRequestType REFRESH
Deprecated. 
A request of type refresh is asking for refreshed content, i.e. expiration of all caching done by the Portal Component.

CLOSE

public static final PortalComponentRequestType CLOSE
Deprecated. 
Reserved for future purposes.
Constructor Detail

PortalComponentRequestType

public PortalComponentRequestType(java.lang.String aString)
Deprecated. 
Parameters:
aString - describing the request type