Author: mmcallis
Date: 2008-04-21 00:19:31 -0400 (Mon, 21 Apr 2008)
New Revision: 10669
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.4. Descriptor Examples
final (hopefully) 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-04-21
01:55:20 UTC (rev 10668)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-04-21
04:19:31 UTC (rev 10669)
@@ -311,7 +311,7 @@
</screen></term>
<listitem>
<para>
- The <computeroutput><deployments></computeroutput> element is
a container for the
<computeroutput><deployment></computeroutput> element.
+ The <computeroutput><deployments></computeroutput> element is
a container for <computeroutput><deployment></computeroutput>
elements.
</para>
<para>
<screen><![CDATA[
@@ -516,7 +516,7 @@
</screen></term>
<listitem>
<para>
- The <computeroutput><deployments></computeroutput> element is
a container for the
<computeroutput><deployment></computeroutput> element.
+ The <computeroutput><deployments></computeroutput> element is
a container for <computeroutput><deployment></computeroutput>
elements.
</para>
</listitem>
</varlistentry>
@@ -814,7 +814,7 @@
</screen></term>
<listitem>
<para>
- A set of generic properties for the portal object. Property definitions specific to a
page. This is commonly used to define the specific theme and layout to use. If not
defined, the default portal theme and layout will be used.
+ A set of generic properties for the portal object. The
<computeroutput><properties></computeroutput> elements contains
definitions specific to a page. This is commonly used to define the specific theme and
layout to use. If not defined, the default portal theme and layout are used.
</para>
<para>
<screen><![CDATA[
@@ -1714,7 +1714,7 @@
</orderedlist>
</para>
<para>
- The HelloWorldPortalPage portlet is hot-deployable, so the JBoss EAP or JBoss AS
server does not have to be restarted. The following is an example of the
<filename>helloworldportalpage.war/WEB-INF/helloworld-object.xml</filename>
descriptor:
+ The HelloWorldPortalPage portlet is hot-deployable, so the JBoss EAP or JBoss AS
server does not have to be restarted after deploying the HelloWorldPortalPage portlet. The
following is an example of the
<filename>helloworldportalpage.war/WEB-INF/helloworld-object.xml</filename>
descriptor:
</para>
<para>
<screen><![CDATA[
@@ -1747,10 +1747,10 @@
</screen>
</para>
<para>
- A depoloyment is composed of a single or multiple
<computeroutput><deployments></computeroutput> elements, which
are a container for the
<computeroutput><deployment></computeroutput> element. In the
previous example, a page is defined, the portlet is placed as a window on a page, and an
instance of the portlet is created. The Mangement Portlet (bundled with JBoss Portal) can
modify portal instances, page position, and so on.
+ A depoloyment is composed of a
<computeroutput><deployments></computeroutput> element, which is
a container for <computeroutput><deployment></computeroutput>
elements. In the previous example, a page is defined, the portlet is placed as a window on
a page, and an instance of the portlet is created. The Mangement Portlet (bundled with
JBoss Portal) can modify portal instances, page position, and so on.
</para>
<para>
- The following list describes the elements in the
<filename>helloworldportalpage.war/WEB-INF/helloworld-object.xml</filename>
file:
+ The following list describes elements in a
<filename>*-object.xml</filename> file:
</para>
<para>
<itemizedlist>
@@ -1775,7 +1775,7 @@
<properties>
</screen>
<para>
- A set of generic properties for the portal object. Property definitions specific to a
page. This is commonly used to define the specific theme and layout to use. If not
defined, the default portal theme and layout will be used.
+ A set of generic properties for the portal object. The
<computeroutput><properties></computeroutput> elements contains
definitions specific to a page. This is commonly used to define the specific theme and
layout to use. If not defined, the default portal theme and layout are used.
</para>
</listitem>
<listitem>