JSPTagAttribute

The attribute tag defines an attribute for the nesting tag



Attributes Summary
name : StringDefines the canonical name of a tag or attribute being defined (required).
required : BooleanDefines if the nesting attribute is required or optional.
rtExprValue : BooleanDefines if the nesting attribute can have scriptlet expressions asa value, i.
type : JavaClass@ The value of the type element describes the Java type of the attributes value.

Attribute Details

name    -    Defines the canonical name of a tag or attribute being defined (required).
     data type:  String
     default Value:   unspecified



required    -    Defines if the nesting attribute is required or optional.
     data type:  Boolean
     default Value:   unspecified



rtExprValue    -    Defines if the nesting attribute can have scriptlet expressions asa value, i.e the value of the attribute may be dynamically calculatedat request time, as opposed to a static value determined at translationtime. (optional)Default = false
     data type:  Boolean
     default Value:   false



type    -    The value of the type element describes the Java type of the attributes value.For static values (those determined at translation time) the type is always java.lang.String.
     data type: JavaClass@


Copyright IBM Corp. 1996-2002