META-INF.templates.profile-capability-definitions.html.vt Maven / Gradle / Ivy
#htmlStart($generator.getPackageId(), '..')
#rootContainerStart($generator.getPackageId(), '..', 'profile-capability-definition')
Profile - $profile.getId()
Capability Definitions
#foreach($capdef in $generator.sort($profile.getCapabilityDefinitions()))
#panelStart($capdef.getId(), 'Capability Definition', $capdef.getId())
#handleText($capdef.getDescription())
Attribute Key
Description
Default Value
Optional
Origin
#foreach($attribute in $generator.sortAttributeKeys($capdef.getAttributeKeys()))
#handleNonBreakableText($attribute.getKey())
#handleText($attribute.getDescription())
#handleNonBreakableText($attribute.getDefaultValue())
#handleNonBreakableText($attribute.isOptional())
#hrefOrigin($attribute.getOrigin())
#end
#panelEnd
#end
#footer
#rootContainerEnd($generator.getPackageId(), '..', 'profile-capability-definition')
#htmlEnd
© 2015 - 2024 Weber Informatics LLC | Privacy Policy