Ejemplo n.º 1
0
 @Override
 public void render() throws IOException {
   renderSourceFilePages();
   super.render();
 }
Ejemplo n.º 2
0
 @Override
 protected void infoLinks(final HTMLElement span) throws IOException {
   final String link = packagePage.getLink(folder);
   span.a(link, Styles.EL_CLASS).text("Classes");
   super.infoLinks(span);
 }