Author: mmcallis
Date: 2008-02-20 22:52:58 -0500 (Wed, 20 Feb 2008)
New Revision: 10055
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.1.1. The JBoss Portlet DTD
revising use of lists/layout
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-21
03:11:40 UTC (rev 10054)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-21
03:52:58 UTC (rev 10055)
@@ -125,12 +125,11 @@
<para>
The portlet name.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<!ELEMENT remotable (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
Use the <computeroutput><remotable></computeroutput> element
to configure the default behavior of portlets with respect to WSRP exposure: if no value
is given, the value is either the value globally defined at the portlet application level,
or <computeroutput>false</computeroutput>. Accepted values are
<computeroutput>true</computeroutput> and
<computeroutput>false</computeroutput>.
</para>
@@ -143,12 +142,11 @@
<para>
Use the <computeroutput>ajax</computeroutput> element to configure the
Asynchronous JavaScript and XML (AJAX) capabilities of the portlet. If a portlet uses the
<computeroutput>true</computeroutput> value for the
<computeroutput><partial-refresh></computeroutput> element, the
portal uses partial page refreshing and only renders that portlet. If the
<computeroutput><partial-refresh></computeroutput> element uses
a <computeroutput>false</computeroutput> value, the portal uses a full-page
refresh when the portlet is refreshed.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<!ELEMENT partial-refresh (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
If a portlet uses the <computeroutput>true</computeroutput> value for the
<computeroutput><partial-refresh></computeroutput> element, the
portal uses partial page refreshing and only renders that portlet. If the
<computeroutput><partial-refresh></computeroutput> element uses
a <computeroutput>false</computeroutput> value, the portal uses a full-page
refresh when the portlet is refreshed.
</para>
@@ -199,12 +197,11 @@
<transaction>]]>
</screen>
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT trans-attribute (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
The <computeroutput><trans-attribute></computeroutput> value
defines the transactionnal behavior. By default, the value is
<computeroutput>NotSupported</computeroutput>, which means that the portal
transaction will be suspended for the duration of the portlet invocation. Accepted values
are <computeroutput>Required</computeroutput>,
<computeroutput>Mandatory</computeroutput>,
<computeroutput>Never</computeroutput>,
<computeroutput>Supports</computeroutput>,
<computeroutput>NotSupported</computeroutput>, and
<computeroutput>RequiresNew</computeroutput>.
</para>
@@ -215,32 +212,29 @@
</screen></term>
<listitem>
<para>
- Specify content to be included in the portal aggregated page, when the portlet is
present on that page. This setting only applies when the portlet is used in the local
mode.
+ Specify content to be included in the portal aggregated page when the portlet is
present on that page. This setting only applies when the portlet is used in the local
mode.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT link EMPTY>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
No content is allowed inside an link element.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT script (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
The script header element can contain inline script definitions.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT meta EMPTY>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
No content is allowed for meta element.
</para>
@@ -275,30 +269,27 @@
}]]>
</screen>
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT service-name (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
The service name that will be used to bind the service as a portlet context attribute.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT service-class (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
The full qualified name of the interface that the service implements.
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
+ <para>
+<screen><![CDATA[
<![CDATA[<!ELEMENT service-ref (#PCDATA)>]]>
-</screen></term>
-<listitem>
+</screen>
+ </para>
<para>
The reference to the service. In the JMX Microkernel environment it consist of the JMX
name of the service MBean. For an MBean reference if the domain is left out, then the
current domain of the portal will be used.
</para>
Show replies by date