caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Resin Config
HTTP Config
App Config
Servlet Config
Login Config
Taglib Config
Virtual Hosts
Caching
 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.

taglib Resin 1.1

taglib

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.

tag

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.

attribute

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.

Login Config   Virtual Hosts
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Tue, 16 Nov 1999 10:39:35 -0800 (PST)