Attributes Summary |
tagLibVersion : String | Describes this version number of the tag library (dewey decimal).
|
jspVersion : String | Describes the JSP version (number) this tag library requires in order to function (dewey decimal).
|
shortName : String | 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.
|
uri : String | The value of the uri element is a public URI that uniquely identifies the exact semantics of this taglibrary.
|
displayName : String | A simple string describing the "use" of this taglib, should be user discernable.
|
smallIcon : String |
|
largeIcon : String |
|
description : String | The value of the description element is an arbitrary text string describing the tag library.
|
tags : JSPTag
*
|
|
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
*
|
|