JSPVariable

This type is a class for model objects.

* No description is available *

Package: taglib

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  JSPTag.variables



Attributes Summary
nameGiven : EString The name-given element provides the name for the scripting variable. One of name-given or name-from-attribute is required.
nameFromAttribute : EString The name of an attribute whose (translation-time) value will give the name of the variable.
declare : EBoolean 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.
scope : JSPScriptingVariableScope * No description is available *
variableClass : JavaClass @ * No description is available *
descriptions : Description * * No description is available *



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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

nameFromAttribute  -  The name of an attribute whose (translation-time) value will give the name of the variable.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

scope  -  * No description is available *
    Data Type: JSPScriptingVariableScope
    Default value:  unspecified
    Allowed values:
        0 - NESTED
        1 - AT_BEGIN
        2 - AT_END
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

variableClass  -  * No description is available *
    Reference Type: JavaClass @
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

descriptions  -  * No description is available *
    Reference Type: Description *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006