| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.portlet.Constants
public final class Constants
Constants that are required to use IBM extensions of the Java Portlet API
Field Summary | |
---|---|
static java.lang.String | DYNAMIC_TITLE
Request attribute that allows to retrieve the portlet title that has been dynamically set by the latest rendered portlet. |
static java.lang.String | FEATURE_CLICK2ACTION
Request property indicating that click-2-action tags can be used. |
static java.lang.String | FEATURE_CONTEXTPASSING
Request property indicating that the property broker context passing mechanism can be used. |
static java.lang.String | FEATURE_DYNAMICUI
Request property indicating that the dynamic UI manager service can be used. |
static java.lang.String | FEATURE_EVENT_DISTRIBUTION_SERVICE
Request property indicating that the event distribution service can be used. |
static java.lang.String | FEATURE_MODEL
Request property indicating that the model API services can be used. |
static java.lang.String | FEATURE_PROPERTYBROKER
Request property indicating that property broker communication can be used. |
static java.lang.String | FEATURE_TASKMANAGER
Request property indicating that the task manager service can be used. |
static java.lang.String | FEATURE_USERMANAGEMENT
Request property indicating that the portal user management services can be used. |
static java.lang.String | PORTLET_CONFIG
Request attribute that allows to retrieve the portlet configuration of type javax.portlet.PortletConfig. |
static java.lang.String | PORTLET_REQUEST
Request attribute that allows to retrieve the current portlet request. |
static java.lang.String | PORTLET_RESPONSE
Request attribute that allows to retrieve the current portlet response. |
static java.lang.String | REQUEST_CLIENT_PROFILE
Attribute that allows to retrieve the CCPP client profile from a portlet request. |
static java.lang.String | REQUEST_HAS_INVISIBLE_PREFERENCES
Request property indicating that the most specifc data layer for the current portlet preferences associated with this request are hidden, because the validation failed during construction of the preferences. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String REQUEST_CLIENT_PROFILE
public static final java.lang.String DYNAMIC_TITLE
public static final java.lang.String PORTLET_CONFIG
public static final java.lang.String PORTLET_REQUEST
public static final java.lang.String PORTLET_RESPONSE
public static final java.lang.String FEATURE_TASKMANAGER
null
) otherwise.
public static final java.lang.String FEATURE_PROPERTYBROKER
null
) otherwise.
public static final java.lang.String FEATURE_CLICK2ACTION
null
) otherwise.
public static final java.lang.String FEATURE_DYNAMICUI
null
) otherwise.
public static final java.lang.String FEATURE_USERMANAGEMENT
null
) otherwise.
public static final java.lang.String FEATURE_CONTEXTPASSING
null
) otherwise.
public static final java.lang.String FEATURE_MODEL
null
) otherwise.
public static final java.lang.String FEATURE_EVENT_DISTRIBUTION_SERVICE
null
) otherwise.
public static final java.lang.String REQUEST_HAS_INVISIBLE_PREFERENCES
null
) otherwise.
If the most specific data layer is hidden, the preferences object is built from default
values, and a save
call will implicitly overwrite and delete the hidden data.
The hidden data can be retrieved using the portal model SPI, which allow to access all defined data without validating it.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |