|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.portal.prt.util.Stringable
|
+--com.sapportals.portal.prt.component.PortalComponentRequestType
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 |
public static final PortalComponentRequestType CONTENT
public static final PortalComponentRequestType EDIT
public static final PortalComponentRequestType PREVIEW
public static final PortalComponentRequestType ABOUT
public static final PortalComponentRequestType HELP
public static final PortalComponentRequestType SAVE
public static final PortalComponentRequestType REFRESH
public static final PortalComponentRequestType CLOSE
| Constructor Detail |
public PortalComponentRequestType(java.lang.String aString)
aString - describing the request type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||