META-INF.xdoc-tag.vm Maven / Gradle / Ivy
<${tag.name}>
Tag name: <${tag.name}>
#set ($javadocPath = "../apidocs/" + $tag.getClassName().replace('.', '/') )
Tag class: ${tag.className}
#if ($faceletTag)
Facelet Tag Handler: ${faceletTag.className}
#end
${tag.longDescription}
#if ($baseContent)
$baseContent
#end
#set ($attributeList = ${tagdocUtils.getSortedAttributeList($tag)})
#if ($attributeList.size() != 0)
Name
Type
Required
Description
#foreach( $attribute in $attributeList )
#if (!$attribute.isTagExcluded())
$attribute.name
#set ($type = ${tagdocUtils.getDisplayType($tag.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