| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tagType (restriction)
The tag defines a unique tag in this tag library. It has one
attribute, id.
The tag element may have several subelements defining:
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
tag-class The tag handler class implementing
javax.servlet.jsp.tagext.JspTag
tei-class An optional subclass of
javax.servlet.jsp.tagext.TagExtraInfo
body-content The body content type
variable Optional scripting variable information
attribute All attributes of this action that are
evaluated prior to invocation.
dynamic-attributes Whether this tag supports additional
attributes with dynamic names. If
true, the tag-class must implement the
javax.servlet.jsp.tagext.DynamicAttributes
interface. Defaults to false.
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:tld-attributeType | attribute |
j2ee:body-contentType | body-contentSpecifies the format for the body of this tag. |
j2ee:descriptionType | description |
j2ee:display-nameType | display-name |
j2ee:generic-booleanType | dynamic-attributes |
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:fully-qualified-classType | tag-classDefines the subclass of javax.serlvet.jsp.tagext.JspTag that implements the request time semantics for this tag. |
j2ee:tld-extensionType | tag-extensionTag extensions are for tool use only and must not affect the behavior of a container. |
j2ee:fully-qualified-classType | tei-classDefines the subclass of javax.servlet.jsp.tagext.TagExtraInfo for this tag. |
j2ee:variableType | variable |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="tagType"><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 | ||||||