ILinkable
public 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, wait
getLink, getOnload, head, infoLinks, isRootPage, render
public 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
ReportPage
content
in class ReportPage
body
- body tag of the pagejava.io.IOException
- in case of IO problems with the report writerprotected java.lang.String getFileName()
ReportPage
getFileName
in class ReportPage
public java.lang.String getLinkStyle()
ILinkable
null
public java.lang.String getLinkLabel()
ILinkable
Copyright © 2018. All rights reserved.