net.sf.statcvs.output
Class CommitLogPage

java.lang.Object
  extended bynet.sf.statcvs.output.HTMLPage
      extended bynet.sf.statcvs.output.CommitLogPage

public class CommitLogPage
extends HTMLPage

Author:
anja

Field Summary
 
Fields inherited from class net.sf.statcvs.output.HTMLPage
content, fileName, MINI_DELETED_DIRECTORY_IMAGE, MINI_DIRECTORY_IMAGE, pageName, SPACE_COUNT, TABLE_LAST_LINE_ON, WEB_FILE_PATH
 
Constructor Summary
CommitLogPage(CvsContent content, CommitLogRenderer logRenderer, int pageNr, int totalPages)
          Method CommitLogPage.
 
Method Summary
protected  void printBody()
           
 
Methods inherited from class net.sf.statcvs.output.HTMLPage
a, anchor, br, createPage, deleteEndingSlash, getFileName, getFolderHtml, getLogger, getModulePageName, getPageName, getUserLink, h1, h2, img, img, imgWithBorder, imgWithBorder, li, p, print, printBackLink, printH2, printParagraph, strong, tag, ul
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitLogPage

public CommitLogPage(CvsContent content,
                     CommitLogRenderer logRenderer,
                     int pageNr,
                     int totalPages)
              throws java.io.IOException
Method CommitLogPage.

Parameters:
content - of entry
logRenderer - Renderer
pageNr - with page
totalPages - total number of log pages
Throws:
java.io.IOException - on IOError
Method Detail

printBody

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