| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tldTaglibType (restriction)
The taglib tag is the document root, it defines:
description a simple string describing the "use" of this
taglib, should be user discernable
display-name the display-name element contains a
short name that is intended to be displayed
by tools
icon optional icon that can be used by tools
tlib-version the version of the tag library implementation
short-name a simple default short name that could be
used by a JSP authoring tool to create
names with a mnemonic value; for example,
the it may be used as the prefered prefix
value in taglib directives
uri a uri uniquely identifying this taglib
validator optional TagLibraryValidator information
listener optional event listener specification
tag tags in this tag library
tag-file tag files in this tag library
function zero or more EL functions defined in this
tag library
taglib-extension zero or more extensions that provide extra
information about this taglib, for tool
consumption
| Nested Element Summary | |
j2ee:descriptionType | description |
j2ee:display-nameType | display-name |
j2ee:functionType | function |
j2ee:iconType | icon |
j2ee:listenerType | listener |
j2ee:tld-canonical-nameType | short-nameDefines 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:tagType | tag |
j2ee:tagFileType | tag-file |
j2ee:tld-extensionType | taglib-extensionTaglib extensions are for tool use only and must not affect the behavior of a container. |
j2ee:dewey-versionType | tlib-versionDescribes this version (number) of the taglibrary. |
j2ee:xsdAnyURIType | uriDefines a public URI that uniquely identifies this version of the taglibrary. |
j2ee:validatorType | validator |
| Attribute Summary | |
xsd:ID | id |
j2ee:dewey-versionType | versionDescribes the JSP version (number) this taglibrary requires in order to function (dewey decimal) |
| Attribute Detail |
xsd:IDoptionalunqualifiedj2ee:dewey-versionType2.0requiredunqualified<xsd:complexType name="tldTaglibType"><xsd:sequence><xsd:element maxOccurs="unbounded" minOccurs="0" name="taglib-extension" type="j2ee:tld-extensionType"></xsd:sequence>
</xsd:element><xsd:attribute fixed="2.0" name="version" type="j2ee:dewey-versionType" use="required">
</xsd:attribute><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||