|
|
Tag Library Configuration
|
The tag library configuration file is typically provided by the tag library
vendor. In general, users of the tag library will only need to configure
the taglib to point to the vendor's configuration.
resin.conf
<caucho.com>
<http-server>
<taglib taglib-uri='/mytag/test'
taglib-location='/MyTag.tlb'/>
</http-server>
</caucho.com>
|
taglib
|
taglib |
Defines a tag library. |
tag |
Defines a tag. |
attribute |
Defines a tag attribute. |
Defines a tag library. The taglib declaration will contain
several tag declarations.
version |
Version of the tag library.
|
jspversion |
Expected JSP version
|
shortname |
A short name for the tag library. For IDEs, this may
give a suggested tag prefix.
|
uri |
A unique identifier for the tag library.
|
info |
An information string for the tag library.
|
Defines a tag. The tag may contain several attribute
declarations.
name |
The tag name
|
tagclass |
The tag class
|
teiclass |
The TagExtraInfo class (used for validation and
declaring implicit variables.
|
bodycontent |
False if the tag should always be empty.
|
info |
An information string for the tag.
|
Defines a tag attribute.
name |
The attribute name.
|
required |
True if the tag is required.
|
rtexprvalue |
True if the tag can use a real time expression.
|
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Tue, 16 Nov 1999 10:39:35 -0800 (PST)
|