Tag name: <${converter.name}>
#set ($javadocPath = "../apidocs/" + $converter.getClassName().replace('.', '/') )
Converter class: ${converter.className}
#if ($converter.tagClass)
#set ($javadocPath = "../apidocs/" + $converter.getTagClass().replace('.', '/') )
Tag class: ${converter.tagClass}
#end
converter id: ${converter.converterId}
${converter.longDescription}
Name | Type | Supports EL? | Description | |||||
---|---|---|---|---|---|---|---|---|
$property.jspName | #set ($type = ${tagdocUtils.getDisplayType($converter.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 |