Please consider this separate from my last proposal.
I want to change PortletRegistry to just a Registry. Then we can have
Portlets PortletControls and PortletControllers within it.
The following changes to PSML are required. Please vote if you have any
issues:
This is the diff of registry.xds and shows how it will change:
Basically it will become:
<registry>
<portlet>
...
</portlet>
<portlet-control>
...
</portlet-control>
<portlet-controller>
...
</portlet-controller>
</registry>
retrieving revision 1.5
diff -r1.5 registry.xsd
65,66c65,68
< <type>
< <element ref="portlets" minOccurs="0" maxOccurs="1"/>
---
> <type content="elemOnly>
> <element ref="portlet" minOccurs="0"/>
> <element ref="portlet-control" minOccurs="0"/>
> <element ref="portlet-controller" minOccurs="0"/>
70,76c72
< <element name="portlets">
< <type content="elemOnly">
< <element ref="entry" minOccurs="0"/>
< </type>
< </element>
<
< <element name="entry">
---
> <element name="portlet">
129a126,156
>
>
> <element name="portlet-control">
> <type>
> <element ref="classname" minOccurs="1" maxOccurs="1"/>
> <element ref="url" minOccurs="0" maxOccurs="1"/>
> <element ref="parameter" minOccurs="0"/>
> <element ref="metainfo" minOccurs="0" maxOccurs="1"/>
>
> <!--
> Describes the capabilities of this client.
> -->
> <element ref="capability-map" minOccurs="0" maxOccurs="1"/>
> </type>
> </element>
>
>
> <element name="portlet-controller">
> <type>
> <element ref="classname" minOccurs="1" maxOccurs="1"/>
> <element ref="url" minOccurs="0" maxOccurs="1"/>
> <element ref="parameter" minOccurs="0"/>
> <element ref="metainfo" minOccurs="0" maxOccurs="1"/>
>
> <!--
> Describes the capabilities of this client.
> -->
> <element ref="capability-map" minOccurs="0" maxOccurs="1"/>
> </type>
> </element>
>
--
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme
excellence consists in breaking the enemy's resistance without fighting.
- Sun Tzu, 300 B.C.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]