This type is a class for model objects.
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 one or more tags in the tag library tag-file one or more tag files in the 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
Package: taglibAttributes Summary | |
tagLibVersion : EString | Describes this version number of the tag library (dewey decimal). @regexp [0-9]*{ "."[0-9] }0..3 |
jspVersion : EString | Describes the JSP version (number) this tag library requires in order to function (dewey decimal). Default is 1.2 @regexp [0-9]*{ "."[0-9] }0..3 |
shortName : EString | The value of the short-name element is a name that could be used by a JSP authoring tool to create names with a mnemonic value; for example, it may be used as the prefered prefix value in taglib directives. Do not use white space, and do not start with digits or underscore. |
uri : EString | The value of the uri element is a public URI that uniquely identifies the exact semantics of this taglibrary. |
tags : JSPTag + | * No description is available * |
validator : Validator @ | The validator element provides information on an optional validator that can be used to validate the conformance of a JSP page to using this tag library. |
listeners : Listener * | * No description is available * |
functions : Function * | @version J2EE1.4 |
taglibExtensions : TldExtension * | * No description is available * |
Attribute Details |