ILinkablepublic class SessionsPage extends ReportPage
context, folder| Constructor | Description |
|---|---|
SessionsPage(java.util.List<SessionInfo> sessionInfos,
java.util.Collection<ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new page page to display session information.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
content(HTMLElement body) |
Creates the actual content of the page.
|
protected java.lang.String |
getFileName() |
Specifies the local file name of this page.
|
java.lang.String |
getLinkLabel() |
Returns the display label used for the link.
|
java.lang.String |
getLinkStyle() |
Optional style class to be associated with the link.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLink, getOnload, head, infoLinks, isRootPage, renderpublic SessionsPage(java.util.List<SessionInfo> sessionInfos, java.util.Collection<ExecutionData> executionData, ElementIndex index, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context)
sessionInfos - session info objectsexecutionData - execution data objectsindex - index for cross-linkingparent - optional hierarchical parentfolder - base folder to create this page incontext - settings contextprotected void content(HTMLElement body) throws java.io.IOException
ReportPagecontent in class ReportPagebody - body tag of the pagejava.io.IOException - in case of IO problems with the report writerprotected java.lang.String getFileName()
ReportPagegetFileName in class ReportPagepublic java.lang.String getLinkStyle()
ILinkablenullpublic java.lang.String getLinkLabel()
ILinkableCopyright © 2018. All rights reserved.