| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tagFileType (restriction)
Defines an action in this tag library that is implemented
as a .tag file.
The tag-file element has two required subelements:
description Optional tag-specific information
display-name A short name that is intended to be
displayed by tools
icon Optional icon element that can be used
by tools
name The unique action name
path Where to find the .tag file implementing this
action, relative to the root of the web
application or the root of the JAR file for a
tag library packaged in a JAR. This must
begin with /WEB-INF/tags if the .tag file
resides in the WAR, or /META-INF/tags if the
.tag file resides in a JAR.
example Optional informal description of an
example of a use of this tag
tag-extension Zero or more extensions that provide extra
information about this tag, for tool
consumption
| Nested Element Summary | |
j2ee:descriptionType | description |
j2ee:display-nameType | display-name |
j2ee:xsdStringType | exampleThe example element contains an informal description of an example of the use of a tag. |
j2ee:iconType | icon |
j2ee:tld-canonical-nameType | name |
j2ee:pathType | path |
j2ee:tld-extensionType | tag-extensionTag extensions are for tool use only and must not affect the behavior of a container. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="tagFileType"><xsd:sequence><xsd:element maxOccurs="unbounded" minOccurs="0" name="tag-extension" type="j2ee:tld-extensionType"></xsd:sequence>
</xsd:element><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||