public class SessionsPage extends ReportPage
context, folder| Constructor and Description |
|---|
SessionsPage(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page page to display session information.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
content(HTMLElement body)
Creates the actual content of the page.
|
protected String |
getFileName()
Specifies the local file name of this page.
|
String |
getLinkLabel()
Returns the display label used for the link.
|
String |
getLinkStyle()
Optional style class to be associated with the link.
|
getLink, getOnload, head, infoLinks, isRootPage, renderpublic SessionsPage(List<SessionInfo> sessionInfos, 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 IOException
ReportPagecontent in class ReportPagebody - body tag of the pageIOException - in case of IO problems with the report writerprotected String getFileName()
ReportPagegetFileName in class ReportPagepublic String getLinkStyle()
ILinkablenullCopyright © 2024. All rights reserved.