TagLib
The taglib tag is the document root.
Attributes Summary
tagLibVersion Describes this version number of the tag library (dewey decimal). jspVersion Describes the JSP version (number) this tag library requires in order to function (dewey decimal). shortName 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 The value of the uri element is a public URI that uniquely identifies the exact semantics of this taglibrary. displayName A simple string describing the "use" of this taglib, should be user discernable. smallIcon largeIcon description The value of the description element is an arbitrary text string describing the tag library. tags 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
Attribute Details
tagLibVersion
Describes this version number of the tag library (dewey decimal).@regexp [0-9]*{ "."[0-9] }0..3
Data type: String
Default value: unspecified
jspVersion
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
Data type: String
Default value: unspecified
shortName
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.
Data type: String
Default value: unspecified
uri
The value of the uri element is a public URI that uniquely identifies the exact semantics of this taglibrary.
Data type: String
Default value: unspecified
displayName
A simple string describing the "use" of this taglib, should be user discernable.
Data type: String
Default value: unspecified
smallIcon
Data type: String
Default value: unspecified
largeIcon
Data type: String
Default value: unspecified
description
The value of the description element is an arbitrary text string describing the tag library.
Data type: String
Default value: unspecified
tags
Data type: JSPTag
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.
Data type: Validator
listeners
Data type: Listener