ILinkable
, ITableItem
public class BundlePage extends TablePage<ICoverageNode>
context, folder
Constructor | Description |
---|---|
BundlePage(IBundleCoverage bundle,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new visitor in the given context.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
getFileName() |
Specifies the local file name of this page.
|
protected java.lang.String |
getOnload() |
Returns the onload handler for this page.
|
void |
render() |
Renders this page's content and optionally additional pages.
|
getLinkLabel, getLinkStyle, getNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLink, infoLinks, isRootPage
public BundlePage(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context)
bundle
- coverage date for the bundleparent
- optional hierarchical parentlocator
- source locatorfolder
- base folder for this bundlecontext
- settings contextpublic void render() throws java.io.IOException
ReportPage
render
in class ReportPage
java.io.IOException
- if the page can't be writtenprotected java.lang.String getOnload()
ReportPage
getOnload
in class ReportPage
null
protected java.lang.String getFileName()
ReportPage
getFileName
in class ReportPage
Copyright © 2018. All rights reserved.