This type is a class for model objects.
The attribute tag defines an attribute for the nesting tag
Package: taglibAttributes Summary | |
name : EString | Defines the canonical name of a tag or attribute being defined (required). |
required : EBoolean | Defines if the nesting attribute is required or optional. |
rtExprValue : EBoolean | 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 |
fragment : EBoolean | @version J2EE1.4 |
type : JavaClass @ | 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. |
descriptions : Description * | @version J2EE1.4 |
Attribute Details |