com.jcoverage.coverage.reporting.html
Class CommonFormat

java.lang.Object
  extended bycom.jcoverage.reporting.html.AbstractHtmlFormat
      extended bycom.jcoverage.coverage.reporting.html.CommonFormat
All Implemented Interfaces:
Format
Direct Known Subclasses:
JavaFilePageFormat, PackageSummaryFormat, ReportSummaryFormat

public abstract class CommonFormat
extends AbstractHtmlFormat


Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
CommonFormat()
           
 
Method Summary
protected  void addViews(ViewFormattingContext ctx, Page page, Html html)
           
protected  void buildFooter(Html html)
           
protected  void buildHeader(Html html)
           
 
Methods inherited from class com.jcoverage.reporting.html.AbstractHtmlFormat
getWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jcoverage.reporting.Format
formatPage, formatPage
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

CommonFormat

public CommonFormat()
Method Detail

buildHeader

protected void buildHeader(Html html)

buildFooter

protected void buildFooter(Html html)

addViews

protected void addViews(ViewFormattingContext ctx,
                        Page page,
                        Html html)