⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 constants.html

📁 门户开发
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<PRE>public static final java.lang.String <B>REQUEST_CLIENT_PROFILE</B></PRE><DL><DD>Attribute that allows to retrieve the CCPP client profile from a portlet request. The value of this request attribute is an instance of <CODE>Profile</CODE>.<P><DL><DT><B>Since:</B></DT>  <DD>5.1</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.REQUEST_CLIENT_PROFILE">Constant Field Values</A></DL></DL><HR><A NAME="DYNAMIC_TITLE"><!-- --></A><H3>DYNAMIC_TITLE</H3><PRE>public static final java.lang.String <B>DYNAMIC_TITLE</B></PRE><DL><DD>Request attribute that allows to retrieve the portlet title that has been dynamically  set by the latest rendered portlet. The value of this attribute is a string or null if no title is available.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.DYNAMIC_TITLE">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_TASKMANAGER"><!-- --></A><H3>FEATURE_TASKMANAGER</H3><PRE>public static final java.lang.String <B>FEATURE_TASKMANAGER</B></PRE><DL><DD>Request property indicating that the task manager service can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_TASKMANAGER">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_PROPERTYBROKER"><!-- --></A><H3>FEATURE_PROPERTYBROKER</H3><PRE>public static final java.lang.String <B>FEATURE_PROPERTYBROKER</B></PRE><DL><DD>Request property indicating that property broker communication can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_PROPERTYBROKER">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_CLICK2ACTION"><!-- --></A><H3>FEATURE_CLICK2ACTION</H3><PRE>public static final java.lang.String <B>FEATURE_CLICK2ACTION</B></PRE><DL><DD>Request property indicating that click-2-action tags can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_CLICK2ACTION">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_DYNAMICUI"><!-- --></A><H3>FEATURE_DYNAMICUI</H3><PRE>public static final java.lang.String <B>FEATURE_DYNAMICUI</B></PRE><DL><DD>Request property indicating that the dynamic UI manager service can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_DYNAMICUI">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_USERMANAGEMENT"><!-- --></A><H3>FEATURE_USERMANAGEMENT</H3><PRE>public static final java.lang.String <B>FEATURE_USERMANAGEMENT</B></PRE><DL><DD>Request property indicating that the portal user management services can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_USERMANAGEMENT">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_CONTEXTPASSING"><!-- --></A><H3>FEATURE_CONTEXTPASSING</H3><PRE>public static final java.lang.String <B>FEATURE_CONTEXTPASSING</B></PRE><DL><DD>Request property indicating that the property broker context passing mechanism can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_CONTEXTPASSING">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_MODEL"><!-- --></A><H3>FEATURE_MODEL</H3><PRE>public static final java.lang.String <B>FEATURE_MODEL</B></PRE><DL><DD>Request property indicating that the model API services can be used. The property is set to a value if the feature is available and is not set  (<code>null</code>) otherwise.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.FEATURE_MODEL">Constant Field Values</A></DL></DL><HR><A NAME="REQUEST_HAS_INVISIBLE_PREFERENCES"><!-- --></A><H3>REQUEST_HAS_INVISIBLE_PREFERENCES</H3><PRE>public static final java.lang.String <B>REQUEST_HAS_INVISIBLE_PREFERENCES</B></PRE><DL><DD>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.  The property is set to a value in this case and is not set  (<code>null</code>) otherwise. <p> If the most specific data layer is hidden, the preferences object is built from default  values, and a <code>save</code> call will implicitly overwrite and delete the hidden data. <p> The hidden data can be retrieved using the portal model SPI, which allow to access all defined data without validating it.<P><DL><DT><B>Since:</B></DT>  <DD>6.0</DD><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.ibm.portal.portlet.Constants.REQUEST_HAS_INVISIBLE_PREFERENCES">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV CLASS&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Constants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -