Class StartPageRenderer
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.renderering.PageRenderer
-
- com.trivago.cluecumber.engine.rendering.pages.renderering.StartPageRenderer
-
public class StartPageRenderer extends PageRenderer
The renderer for the index page that redirects to the chosen start page.
-
-
Constructor Summary
Constructors Constructor Description StartPageRenderer()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRenderedContent(freemarker.template.Template template, StartPageCollection startPageCollection, List<Link> navigation)Return the reneder HTML content of the start page.-
Methods inherited from class com.trivago.cluecumber.engine.rendering.pages.renderering.PageRenderer
addCustomParametersToReportDetails
-
-
-
-
Method Detail
-
getRenderedContent
public String getRenderedContent(freemarker.template.Template template, StartPageCollection startPageCollection, List<Link> navigation) throws CluecumberException
Return the reneder HTML content of the start page.- Parameters:
template- TheTemplateinstance.startPageCollection- TheStartPageCollectioninstance.navigation- The list of navigationLinkinstances.- Returns:
- The rendered HTML string.
- Throws:
CluecumberException- Thrown on any errors.
-
-