net.sf.statcvs.output
Class NoFilesPage

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

public class NoFilesPage
extends HTMLPage

Generated if and only if there are no files in the repository

Author:
Richard Cyganiak

Field Summary
 
Fields inherited from class net.sf.statcvs.output.HTMLPage
SPACE_COUNT
 
Constructor Summary
NoFilesPage(CvsContent content)
           
 
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, 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

NoFilesPage

public NoFilesPage(CvsContent content)
            throws IOException
See Also:
HTMLPage.HTMLPage(CvsContent)
Method Detail

printBody

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