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, render
public 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
ReportPage
content
in class ReportPage
body
- body tag of the pageIOException
- in case of IO problems with the report writerprotected String getFileName()
ReportPage
getFileName
in class ReportPage
public String getLinkStyle()
ILinkable
null
Copyright © 2024. All rights reserved.