Author: julien(a)jboss.com
Date: 2007-02-05 11:00:59 -0500 (Mon, 05 Feb 2007)
New Revision: 6154
Modified:
trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd
Log:
completed the jboss-portlet.dtd except the header-content stuff.
Modified: trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd
===================================================================
--- trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd 2007-02-05 14:54:08
UTC (rev 6153)
+++ trunk/core/src/resources/portal-core-sar/dtd/jboss-portlet_2_6.dtd 2007-02-05 16:00:59
UTC (rev 6154)
@@ -56,7 +56,7 @@
By default the value considered is NotSupported which means that the portal transaction
will be suspended
for the duration of the portlet invocation.
-Example :
+Example:
<portlet>
<portlet-name>MyPortlet</portlet-name>
@@ -78,17 +78,35 @@
<!ELEMENT remotable (#PCDATA)>
<!--
-todo
+This element configure the portlet session of the portlet.
+
+The distributed element instructs the container to distribute the session attributes
using the
+portal session replication. It applies only to local portlets are not to remote
portlets.
+The default value is false.
+
+Example:
+
+<session-config>
+ <distributed>true</distributed>
+</session-config>
+
-->
<!ELEMENT session-config (distributed)>
<!--
-todo
+The authorized values for the distributed element are true or false.
-->
<!ELEMENT distributed (#PCDATA)>
<!--
-todo
+Defines how the portlet behaves with the transactionnal context. The default value
+is Never.
+
+Example:
+
+<transaction>
+ <trans-attribute>Required</transaction>
+<transaction>
-->
<!ELEMENT transaction (trans-attribute)>
Show replies by date