JSPVariable





Attributes Summary
nameGiven : StringThe name-given element provides the name for the scripting variable.
nameFromAttribute : StringThe name of an attribute whose (translation-time) value will give the name of the variable.
declare : BooleanThe value of the declare element indicates whether the scripting variable is to be defined or not.
scope : JSPScriptingVariableScope  
variableClass : JavaClass@  

Attribute Details

nameGiven    -    The name-given element provides the name for the scripting variable.One of name-given or name-from-attribute is required.
     data type:  String
     default Value:   unspecified



nameFromAttribute    -    The name of an attribute whose (translation-time) value will give the name of the variable.
     data type:  String
     default Value:   unspecified



declare    -    The value of the declare element indicates whether the scripting variable is to be defined or not. See TagExtraInfo for details.This element is optional and is the default is true.
     data type:  Boolean
     default Value:   unspecified



scope    -     
     data type: JSPScriptingVariableScope
     default Value:   unspecified
     Allowed Values:  NESTED   AT_BEGIN   AT_END  



variableClass    -     
     data type: JavaClass@


Copyright IBM Corp. 1996-2002