http://java.sun.com/xml/ns/j2ee
complexType listenerType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}listenerType (restriction)

Documentation

	The listenerType indicates the deployment properties for a web
	application listener bean.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
((description*, display-name*, icon*), listener-class )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:display-nameTypedisplay-name
          
j2ee:iconTypeicon
          
j2ee:fully-qualified-classTypelistener-class
          The listener-class element declares a class in the application must be registered as a web application listener bean. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="listenerType">
<xsd:sequence>
<xsd:group ref="j2ee:descriptionGroup"/>
<xsd:element name="listener-class" type="j2ee:fully-qualified-classType">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.