| java.lang.Object org.ddsteps.web.trail.TrailPage
TrailPage | public class TrailPage (Code) | | Value object for one page in a trail.
author: adamskogman |
encoding | protected String encoding(Code) | | Property: Encoding to use when writing file. Optional.
|
pageAsString | protected String pageAsString(Code) | | Property: The page as a string
|
pageName | protected String pageName(Code) | | Property: Page name given by the "user", i.e. the test step.
|
pageTitle | protected String pageTitle(Code) | | Property: Title of the page. Optional.
|
TrailPage | public TrailPage(String pageName, String pageTitle, String encoding, String pageAsString)(Code) | | Parameters: pageName - Parameters: pageTitle - Parameters: encoding - Parameters: pageAsString - |
|
|