net.sf.statcvs.output
Class AuthorPage

java.lang.Object
  extended by net.sf.statcvs.output.HTMLPage
      extended by net.sf.statcvs.output.AuthorPage

public class AuthorPage
extends HTMLPage

Author:
anja

Field Summary
 
Fields inherited from class net.sf.statcvs.output.HTMLPage
SPACE_COUNT
 
Constructor Summary
AuthorPage(CvsContent content, Author author, boolean codeDistributionChartCreated)
          Method UserPage.
 
Method Summary
protected  void printBody()
           
 
Methods inherited from class net.sf.statcvs.output.HTMLPage
a, br, createPage, deleteEndingSlash, getContent, getFileName, getFolderHtml, getLogger, getPageName, getUserLink, h1, h2, img, li, p, print, printBackLink, printH2, printParagraph, setFileName, setPageName, strong, tag, ul
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorPage

public AuthorPage(CvsContent content,
                  Author author,
                  boolean codeDistributionChartCreated)
           throws java.io.IOException
Method UserPage.

Parameters:
content - of the page
author - selected author
codeDistributionChartCreated - true if the code distribution pie chart was created
Throws:
java.io.IOException - on error
Method Detail

printBody

protected void printBody()
                  throws java.io.IOException
Specified by:
printBody in class HTMLPage
Throws:
java.io.IOException