JSPVariable





 

Attributes Summary

nameGiven The name-given element provides the name for the scripting variable.
nameFromAttribute The name of an attribute whose (translation-time) value will give the name of the variable.
declare The value of the declare element indicates whether the scripting variable is to be defined or not.
scope  
variableClass  

 

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