All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.xdoc-tag.vm Maven / Gradle / Ivy

Go to download

A maven plugin that uses annotations (java15 or doclet style) to generate the necessary JSF configuration files (.tld, faces-config.xml, etc) and optionally Tag, Validator and Component classes.

The newest version!


 
  <${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)
#foreach( $attribute in $attributeList ) #if (!$attribute.isTagExcluded()) #set ($type = ${tagdocUtils.getDisplayType($tag.className,$attribute.name,$attribute.className)}) #if ($attribute.longDescription) #else #end #end #end
Name Type Required Description
$attribute.name$type $attribute.isRequired()$attribute.longDescription
#end #if ($faceletTag) #set ($attributeList = ${tagdocUtils.getSortedAttributeList($faceletTag)}) #if ($attributeList.size() != 0)
#foreach( $attribute in $attributeList ) #if (!$attribute.isTagExcluded() && $attribute.isFaceletsOnly()) #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 #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy