| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tld-attributeType (restriction)
The attribute element defines an attribute for the nesting
tag. The attributre element may have several subelements
defining:
description a description of the attribute
name the name of the attribute
required whether the attribute is required or
optional
rtexprvalue whether the attribute is a runtime attribute
type the type of the attributes
fragment whether this attribute is a fragment
| Nested Element Summary | |
j2ee:descriptionType | description |
j2ee:generic-booleanType | fragment"true" if this attribute is of type javax.jsp.tagext.JspFragment, representing dynamic content that can be re-evaluated as many times as needed by the tag handler. |
j2ee:java-identifierType | name |
j2ee:generic-booleanType | requiredDefines if the nesting attribute is required or optional. |
j2ee:generic-booleanType | rtexprvalueDefines if the nesting attribute can have scriptlet expressions as a value, i.e the value of the attribute may be dynamically calculated at request time, as opposed to a static value determined at translation time. |
j2ee:fully-qualified-classType | typeDefines the Java type of the attributes value. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="tld-attributeType"><xsd:sequence><xsd:choice></xsd:sequence><xsd:sequence></xsd:choice>
</xsd:sequence><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||