[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: EventDescription question
Hello,
I have found in the second portlet specification defining events
within portlet.xml descriptor as fully-qualified-classType, but
within WSRP v2 spec I didn't find according definition.
Instead, there are type (QName), schemaLocation (anyURI) and
schemaType (ModelTypes).
Is there a inconsistency?
Thanks and regards,
Alexey
=== wsrp-2.0-spec-pr-03-highlight ==========================
EventDescription Type
The EventDescription structure provides the information needed to
describe a Portlet's events.
EventDescription
[R] QName name
[O] QName aliases[]
[O] QName type
[O] anyURI schemaLocation
[O] ModelTypes schemaType
[O] LocalizedString description
[O] LocalizedString hint
[O] LocalizedString label
[O] Extension extensions
===================================================
=== PortletSpec_20_draft25 ===============================
<complexType name="event-definitionType">
...
<sequence>
<element name="description" type="portlet:descriptionType" minOccurs="0"
maxOccurs="unbounded"/>
<choice>
<element name="qname" type="xs:QName"/>
<element name="name" type="string"/>
</choice>
<element name="alias" type="xs:QName" minOccurs="0"
maxOccurs="unbounded"/>
<element name="value-type"
type="portlet:fully-qualified-classType" minOccurs="0"/>
</sequence>
<attribute name="id" type="string" use="optional"/>
</complexType>
===================================================
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]