![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.myfaces_html.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!
$baseContent
#set ($componentList = ${model.getComponents()})
#foreach( $component in $componentList )
#if ($modelIds.contains($component.modelId)
&& ($component.name))
#if ($utils.getTagPrefix($component.name) == "h")
$utils.getTagName($component.name)
$component.tagClass
JSP
#set ($propertyList = ${component.propertyList})
#foreach( $property in $propertyList )
#if (!$property.tagExcluded)
$property.name
$property.isRequired()
false
java.lang.String
#end
#end
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy