net.sf.statcvs.output
Class ModulePage

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

public class ModulePage
extends HTMLPage

Author:
anja

Field Summary
 
Fields inherited from class net.sf.statcvs.output.HTMLPage
SPACE_COUNT
 
Constructor Summary
ModulePage(CvsContent content, Directory directory, boolean locImageCreated)
          Method ModulePage.
 
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

ModulePage

public ModulePage(CvsContent content,
                  Directory directory,
                  boolean locImageCreated)
           throws java.io.IOException
Method ModulePage.

Parameters:
content - of the Page
directory - the directory for this page
locImageCreated - true if a LOC image is available for this module
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