Author: mmcallis
Date: 2008-02-21 02:36:26 -0500 (Thu, 21 Feb 2008)
New Revision: 10058
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.1.1. The JBoss Portlet DTD
minor revisions
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
05:08:12 UTC (rev 10057)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-21
07:36:26 UTC (rev 10058)
@@ -101,11 +101,11 @@
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>.
</para>
<para>
- The <computeroutput><trans-attribute></computeroutput>
element specifies the behavior of the portlet when it is invoked at runtime, with respect
to the transactional context. Depending on how the portlet is
- invoked, a transaction may or may not exist before the portlet is invoked. The portal
transaction is usually present in the local context. 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>.
+ The <computeroutput><trans-attribute></computeroutput>
element specifies the behavior of the portlet when it is invoked at runtime with respect
to the transactional context. Depending on how the portlet is
+ invoked, a transaction may or may not exist before the portlet is invoked. The portal
transaction is usually present in the local context. The default value is
<computeroutput>NotSupported</computeroutput>, which means that the portal
transaction will be suspended for the duration of the session. Accepted values are
<computeroutput>Required</computeroutput>,
<computeroutput>Mandatory</computeroutput>,
<computeroutput>Never</computeroutput>,
<computeroutput>Supports</computeroutput>,
<computeroutput>NotSupported</computeroutput>, and
<computeroutput>RequiresNew</computeroutput>.
</para>
<para>
- The following example uses the
<computeroutput><portlet-name></computeroutput>,
<computeroutput><remotable></computeroutput>, and
<computeroutput><trans-attribute></computeroutput> elements:
+ The following is an example section from a
<filename>WEB-INF/portlet.xml</filename> file, which uses the
<computeroutput><portlet-name></computeroutput>,
<computeroutput><remotable></computeroutput>, and
<computeroutput><trans-attribute></computeroutput> elements:
</para>
<para>
<screen><![CDATA[
@@ -140,7 +140,7 @@
</screen></term>
<listitem>
<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.
+ Use the <computeroutput>ajax</computeroutput> element to configure the
Asynchronous JavaScript and XML (AJAX) capabilities of the portlet.
</para>
<para>
<screen><![CDATA[
@@ -148,7 +148,7 @@
</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.
+ 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 the 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>
@@ -157,7 +157,7 @@
</screen></term>
<listitem>
<para>
- The <computeroutput><session-config></computeroutput>
configures the portlet session of the portlet. The
<computeroutput><distributed></computeroutput> element instructs
the container to distribute the session attributes using the portal session replication.
This only applies to local portlets, not remote portlets.
+ The <computeroutput><session-config></computeroutput> element
configures the portlet session of the portlet. The
<computeroutput><distributed></computeroutput> element instructs
the container to distribute the session attributes using portal session replication. This
only applies to local portlets, not remote portlets.
</para>
<para>
The following is an example of the
<computeroutput><session-config></computeroutput> and
<computeroutput><distributed></computeroutput> elements:
Show replies by date