203204205206207208209210211212213
sink.section1(); sink.sectionTitle1(); sink.text("Component Reference"); sink.sectionTitle1_(); sink.list(); String currentSubpackage = null; for (String className : InternalUtils.sortedKeys(descriptions)) {
227228229230231232233234235236237
sink.sectionTitle2(); sink.text(StringUtils.capitalize(subpackage)); sink.sectionTitle2_(); sink.list(); currentSubpackage = subpackage; }
202203204205206207208209210211212
226227228229230231232233234235236
200201202203204205206207208209210
224225226227228229230231232233234
949596979899100101102103104
sink.sectionTitle1(); sink.text("Camel Endpoints"); sink.sectionTitle1_(); if (showIndex) { sink.list(); } for (File file : files) { getLog().info("found " + file.getAbsolutePath()); String linkName = file.getName();
180181182183184185186187188189190
sink.tableRow(); sink.tableCell(); sink.text(packge.getName()); sink.tableCell_(); sink.tableCell(); sink.list(); for (final EntityVO e : packge.getEntities()) { aggregatedEntities.add(e); sink.listItem(); sink.text(e.getName()); sink.listItem_();