From portal-commits at lists.jboss.org Mon Mar 31 23:44:57 2008
Content-Type: multipart/mixed; boundary="===============1441756669322071642=="
MIME-Version: 1.0
From: portal-commits at lists.jboss.org
To: portal-commits at lists.jboss.org
Subject: [portal-commits] JBoss Portal SVN: r10442 -
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules.
Date: Mon, 31 Mar 2008 22:57:23 -0400
Message-ID:
--===============1441756669322071642==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: mmcallis
Date: 2008-03-31 22:57:23 -0400 (Mon, 31 Mar 2008)
New Revision: 10442
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescr=
iptors.xml
Log:
6.2.4. The portlet.xml Descriptor
- revising text
- periodic backup
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/x=
mldescriptors.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldesc=
riptors.xml 2008-04-01 00:57:20 UTC (rev 10441)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldesc=
riptors.xml 2008-04-01 02:57:23 UTC (rev 10442)
@@ -1391,10 +1391,10 @@
The portlet.xml Descriptor
- The portlet.xml descriptor is the standard portlet=
descriptor covered by the JSR-168 Portlet Specification. Developers are strongly enc=
ouraged to read the JSR-168 Portlet Specification items covering the correct use of t=
his descriptor, as it is oinly covered briefly in this section. Normally, t=
he portlet.xml descriptor is packaged inside your port=
let WAR file, alongside other the other descriptors in these sections. The =
following example is a modified version of the JBoss Portal UserPortlet def=
inition:
+ The portlet.xml descriptor is the standard portlet=
descriptor covered by the JSR-168 Portlet Specification. Developers are strongly enc=
ouraged to read the JSR-168 Portlet Specification items covering the correct use of t=
his descriptor, as it is only covered briefly in these sections. Normally, =
the portlet.xml descriptor is packaged inside your por=
tlet WAR file, alongside the other descriptors in these sections. The follo=
wing example is a modified version of the JBoss Portal UserPortlet definiti=
on:
-
User portlet
-
-]]>
+]]>
+
+
+
...]]>
- The portlet-app tag, encapsulate=
s the entire document. You may specify more
- than one portlet, within this tag.
+
+
+ The <portlet-app> element enc=
apsulates the entire document. Multiple portlets can be specified using the=
<portlet-app> element.
...]]>
- The portlet tag is used to defin=
e one portlet that is deployed within
- this archive.
+
+
+ The <portlet> =
element defines one portlet that is deployed within this archive.
...]]>
- A verbal description of this portlet's function.
+
+
+ The <description> element is a=
verbal description of the portlet's function.
...]]>
- The name of this portlet, usually the class name, tho=
ugh it doesn't have to be.
+
+
+ The <portlet-name> element def=
ines the portlet name. It does not have to be the class name.
...]]>
- The fully-qualified name of this portlet class.
+
+
+ The <portlet-class> element de=
fines the Fully Qualified Name (FQN) of the portlet class.
--===============1441756669322071642==--