JSPTagAttribute

The attribute tag defines an attribute for the nesting tag



 

Attributes Summary

name Defines the canonical name of a tag or attribute being defined (required).
required Defines if the nesting attribute is required or optional.
rtExprValue Defines if the nesting attribute can have scriptlet expressions asa value, i.
type 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