Tag name: <${behavior.name}>
#set ($javadocPath = "../apidocs/" + $behavior.getClassName().replace('.', '/') )
Converter class: ${behavior.className}
#if ($behavior.tagClass)
#set ($javadocPath = "../apidocs/" + $behavior.getTagClass().replace('.', '/') )
Tag class: ${behavior.tagClass}
#end
#if ($faceletTag)
Facelet Tag Handler: ${faceletTag.className}
#end
behavior id: ${behavior.behaviorId}
${behavior.longDescription}
Name | Type | Supports EL? | Description | |||||
---|---|---|---|---|---|---|---|---|
$property.jspName | #set ($type = ${tagdocUtils.getDisplayType($behavior.className,$property.jspName,$property.className)})$type | #if ($property.jspName == "action")Yes | #elseif ($property.isMethodBinding() || $property.isMethodExpression())Only EL | #elseif ($property.jspName == "binding")Only EL | #elseif ($property.isLiteralOnly())No | #elseYes | #end #if ($property.longDescription)$property.longDescription | #else#end |
Name | Type | Required | Description | |
---|---|---|---|---|
$attribute.name | #set ($type = ${tagdocUtils.getDisplayType($faceletTag.className,$attribute.name,$attribute.className)})$type | $attribute.isRequired() | #if ($attribute.longDescription)$attribute.longDescription | #else#end |
Name | Type | Required | Description |
---|---|---|---|
for | String | false |