META-INF.xdoc-validator.vm Maven / Gradle / Ivy
<${validator.name}>
Tag name: <${validator.name}>
#set ($javadocPath = "../apidocs/" + $validator.getClassName().replace('.', '/') )
Validator class: ${validator.className}
#if ($validator.tagClass)
#set ($javadocPath = "../apidocs/" + $validator.getTagClass().replace('.', '/') )
Tag class: ${validator.tagClass}
#end
validator id: ${validator.validatorId}
${validator.longDescription}
#if ($baseContent)
$baseContent
#end
#set ($propertyList = ${tagdocUtils.getSortedPropertyList($validator)})
#if ($propertyList.size() != 0)
Name
Type
Supports EL?
Description
#foreach( $property in $propertyList )
#if (!$property.isTagExcluded())
$property.jspName
#set ($type = ${tagdocUtils.getDisplayType($validator.className,$property.jspName,$property.className)})
$type
#if ($property.jspName == "action")
Yes
#elseif ($property.isMethodBinding() || $property.isMethodExpression())
Only EL
#elseif ($property.jspName == "binding")
Only EL
#elseif ($property.isLiteralOnly())
No
#else
Yes
#end
#if ($property.longDescription)
$property.longDescription
#else
#end
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy