META-INF.xdoc-facelet-tag.vm Maven / Gradle / Ivy
<${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)
Name
Type
Required
Description
#foreach( $attribute in $attributeList )
#if (!$attribute.isTagExcluded())
$attribute.name
#set ($type = ${tagdocUtils.getDisplayType($faceletTag.className,$attribute.name,$attribute.className)})
$type
$attribute.isRequired()
#if ($attribute.longDescription)
$attribute.longDescription
#else
#end
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy