public class MultiViewStaticHtmlFormat extends java.lang.Object implements Format
Modifier and Type | Field and Description |
---|---|
static View[] |
ALL_VIEWS |
static View |
ALPHABETICAL_VIEW |
static View |
COVERAGE_ASCENDING_VIEW |
static View |
COVERAGE_DESCENDING_VIEW |
(package private) static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
MultiViewStaticHtmlFormat() |
Modifier and Type | Method and Description |
---|---|
void |
formatPage(FormattingContext ctx,
Page page)
Implementation proxy.
|
void |
formatPage(ViewFormattingContext ctx,
Page page) |
static org.apache.log4j.Logger logger
public static final View ALPHABETICAL_VIEW
public static final View COVERAGE_ASCENDING_VIEW
public static final View COVERAGE_DESCENDING_VIEW
public MultiViewStaticHtmlFormat()
public void formatPage(ViewFormattingContext ctx, Page page) throws ReportingException
formatPage
in interface Format
ReportingException
public void formatPage(FormattingContext ctx, Page page) throws ReportingException
formatPage
in interface Format
ReportingException
- if the page is not recognized.