http://java.sun.com/xml/ns/j2ee
element taglib

Documentation

	The taglib tag is the document root.
	The definition of taglib is provided
	by the tldTaglibType.

      

	  The taglib element contains, among other things, tag and
	  tag-file elements.
	  The name subelements of these elements must each be unique.

	

	  The taglib element contains function elements.
	  The name subelements of these elements must each be unique.

	
Properties
This component is not nillable.

Model
<taglib
  id = xsd:ID
  version = j2ee:dewey-versionType>
((description*, display-name*, icon*), tlib-version, short-name, uri?, validator?, listener*, tag*, tag-file*, function*, taglib-extension* )
</taglib>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:display-nameTypedisplay-name
          
j2ee:functionTypefunction
          
j2ee:iconTypeicon
          
j2ee:listenerTypelistener
          
j2ee:tld-canonical-nameTypeshort-name
          Defines a simple default name that could be used by a JSP authoring tool to create names with a mnemonicvalue; for example, it may be used as the preferred prefix value in taglib directives. 
j2ee:tagTypetag
          
j2ee:tagFileTypetag-file
          
j2ee:tld-extensionTypetaglib-extension
           Taglib extensions are for tool use only and must not affect the behavior of a container.  
j2ee:dewey-versionTypetlib-version
          Describes this version (number) of the taglibrary. 
j2ee:xsdAnyURITypeuri
          Defines a public URI that uniquely identifies this version of the taglibrary. 
j2ee:validatorTypevalidator
          

Attribute Summary
 xsd:IDid
          
 j2ee:dewey-versionTypeversion
           Describes the JSP version (number) this taglibrary requires in order to function (dewey decimal)  

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

version

Describes the JSP version (number) this taglibrary requires in order to function (dewey decimal)

Type:
j2ee:dewey-versionType
Fixed:
2.0
Use:
required
Form:
unqualified

Source
<xsd:element name="taglib" type="j2ee:tldTaglibType">
<xsd:unique name="tag-name-uniqueness">
<xsd:selector xpath="j2ee:tag|j2ee:tag-file"/>
<xsd:field xpath="j2ee:name"/>
</xsd:unique>
<xsd:unique name="function-name-uniqueness">
<xsd:selector xpath="j2ee:function"/>
<xsd:field xpath="j2ee:name"/>
</xsd:unique>
</xsd:element>


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