<${faceletTag.name}>

Facelet Tag name: <${faceletTag.name}>
#set ($javadocPath = "../apidocs/" + $faceletTag.getClassName().replace('.', '/') ) Facelet Tag class: ${faceletTag.className}
${faceletTag.longDescription}

#if ($baseContent) $baseContent #end #set ($attributeList = ${tagdocUtils.getSortedAttributeList($faceletTag)}) #if ($attributeList.size() != 0)
#foreach( $attribute in $attributeList ) #if (!$attribute.isTagExcluded()) #set ($type = ${tagdocUtils.getDisplayType($faceletTag.className,$attribute.name,$attribute.className)}) #if ($attribute.longDescription) #else #end #end #end
Name Type Required Description
$attribute.name$type $attribute.isRequired()$attribute.longDescription
#end