blob: aa9f13bf1f8892d0d6134faff9e234dd57757cba [file] [log] [blame]
<a id="${aspectName}"></a>
#[[##]]# ${aspectName}
<pre>
${util.aspectSummary($aspectName, $aspectInfo)}
</pre>
${util.htmlEscape($aspectInfo.getDocString())}
**ASPECT ATTRIBUTES**
#if (!$aspectInfo.getAspectAttributeList().isEmpty())
| Name | Type |
| :------------- | :------------- |
#foreach ($aspectAttribute in $aspectInfo.getAspectAttributeList())
| $aspectAttribute| String |
#end
#end
**ATTRIBUTES**
#if (!$aspectInfo.getAttributeList().isEmpty())
| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
#foreach ($attribute in $aspectInfo.getAttributeList())
| <a id="${aspectName}-${attribute.name}"></a>$attribute.name | #if(!$attribute.docString.isEmpty()) ${util.markdownCellFormat($attribute.docString)} #else - #end | ${util.attributeTypeString($attribute)} | ${util.mandatoryString($attribute)} | #if(!$attribute.defaultValue.isEmpty()) <code>${util.htmlEscape($attribute.defaultValue)}</code> #end |
#end
#end