META-INF.xdoc-facelet-functions.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of myfaces-builder-plugin Show documentation
Show all versions of myfaces-builder-plugin Show documentation
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!
<$faceletFunction.name>
Function name: <$faceletFunction.name>
Function signature: $faceletFunction.declaredSignature
#set ($javadocPath = "../apidocs/" + $faceletFunction.getSourceClassName().replace('.', '/') )
Source class: ${faceletFunction.sourceClassName}
#if ($faceletFunction.longDescription)
Description: $faceletFunction.longDescription
#elseif ($faceletFunction.description)
Description: $faceletFunction.description
#end
#if ($baseContent)
$baseContent
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy