TagLib

The taglib tag is the document root.



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

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*


Copyright IBM Corp. 1996-2002