net.sf.statcvs.output
Class CPAPage

java.lang.Object
  |
  +--net.sf.statcvs.output.HTMLPage
        |
        +--net.sf.statcvs.output.CPAPage

public class CPAPage
extends HTMLPage

Author:
anja

Field Summary
 
Fields inherited from class net.sf.statcvs.output.HTMLPage
SPACE_COUNT
 
Constructor Summary
CPAPage(CvsContent content, int sortType, boolean withImage)
          Method CPUPage.
 
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

CPAPage

public CPAPage(CvsContent content,
               int sortType,
               boolean withImage)
        throws java.io.IOException
Method CPUPage.

Parameters:
content - to dispay
sortType - to use
withImage - true if the LOC per Author image was generated
Throws:
java.io.IOException - on error
Method Detail

printBody

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