Started with moving write to phases.
Changed eld attribute name to id, Changed runBeanFill to runBeanValue.
This commit is contained in:
parent
226c1f0425
commit
d271edb1ee
39 changed files with 615 additions and 337 deletions
|
|
@ -807,7 +807,7 @@ public class EldDocHtmlWriter {
|
|||
private void printElementAttributes(PrintWriter pw,Collection<ElementClassAttribute> elementClassAttributes) {
|
||||
printTableStart(pw,"Element Attributes");
|
||||
for (ElementClassAttribute attr:elementClassAttributes) {
|
||||
printTableRowSummary(pw,attr.getName(),attr.getDescription());
|
||||
printTableRowSummary(pw,attr.getId(),attr.getDescription());
|
||||
}
|
||||
printTableEnd(pw);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue