| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}variableType (restriction)
The variableType provides information on the scripting
variables defined by using this tag. It is a (translation
time) error for a tag that has one or more variable
subelements to have a TagExtraInfo class that returns a
non-null value from a call to getVariableInfo().
The subelements of variableType are of the form:
description Optional description of this
variable
name-given The variable name as a constant
name-from-attribute The name of an attribute whose
(translation time) value will
give the name of the
variable. One of name-given or
name-from-attribute is required.
variable-class Name of the class of the variable.
java.lang.String is default.
declare Whether the variable is declared
or not. True is the default.
scope The scope of the scripting varaible
defined. NESTED is default.
| Nested Element Summary | |
j2ee:generic-booleanType | declareWhether the scripting variable is to be defined or not. |
j2ee:descriptionType | description |
j2ee:java-identifierType | name-from-attributeThe name of an attribute whose (translation-time) value will give the name of the variable. |
j2ee:java-identifierType | name-givenThe name for the scripting variable. |
j2ee:variable-scopeType | scopeThe element is optional and "NESTED" is the default. |
j2ee:fully-qualified-classType | variable-classThe optional name of the class for the scripting variable. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="variableType"><xsd:sequence><xsd:choice>
</xsd:choice><xsd:element minOccurs="0" name="variable-class" type="j2ee:fully-qualified-classType"></xsd:sequence>
</xsd:element><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||