Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType variableType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}variableType (restriction)

Documentation

	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.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, (name-given | name-from-attribute) , variable-class?, declare?, scope? )
</...>


Nested Element Summary
j2ee:generic-booleanTypedeclare
          Whether the scripting variable is to be defined or not. 
j2ee:descriptionTypedescription
          
j2ee:java-identifierTypename-from-attribute
           The name of an attribute whose (translation-time) value will give the name of the variable.  
j2ee:java-identifierTypename-given
           The name for the scripting variable.  
j2ee:variable-scopeTypescope
           The element is optional and "NESTED" is the default.  
j2ee:fully-qualified-classTypevariable-class
          The optional name of the class for the scripting variable. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
tagType

Source
<xsd:complexType name="variableType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:choice>
<xsd:element name="name-given" type="j2ee:java-identifierType">
</xsd:element>
<xsd:element name="name-from-attribute" type="j2ee:java-identifierType">
</xsd:element>
</xsd:choice>
<xsd:element minOccurs="0" name="variable-class" type="j2ee:fully-qualified-classType">
</xsd:element>
<xsd:element minOccurs="0" name="declare" type="j2ee:generic-booleanType">
</xsd:element>
<xsd:element minOccurs="0" name="scope" type="j2ee:variable-scopeType">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top