TagLibRefType

@since J2EE1.4A taglib can be used to provide information on a taglibrary that is used by a JSP page within the WebApplication.



Attributes Summary
taglibURI : String A taglib-uri element describes a URI identifying a tag library used in the web application.
taglibLocation : Stringthe taglib-location element contains the location (as a resource relative to the root of the web application) where to find the Tag Library Description file for the tag library.

Attribute Details

taglibURI    -    A taglib-uri element describes a URI identifying a tag library used in the web application. The body of the taglib-uri element may be either an absolute URI specification, or a relative URI. There should be no entries in web.xml with the same taglib-uri value.
     data type:  String
     default Value:   unspecified



taglibLocation    -    the taglib-location element contains the location (as a resource relative to the root of the web application) where to find the Tag Library Description file for the tag library.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004