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

META-INF.templates.profile-capability-definitions.html.vt Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
#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())

#foreach($attribute in $generator.sortAttributeKeys($capdef.getAttributeKeys())) #end
Attribute Key Description Default Value Optional Origin
#handleNonBreakableText($attribute.getKey()) #handleText($attribute.getDescription()) #handleNonBreakableText($attribute.getDefaultValue()) #handleNonBreakableText($attribute.isOptional()) #hrefOrigin($attribute.getOrigin())
#panelEnd #end #footer #rootContainerEnd($generator.getPackageId(), '..', 'profile-capability-definition') #htmlEnd




© 2015 - 2024 Weber Informatics LLC | Privacy Policy