SearchPage

case class SearchPage(logger: Logger)

Functions used to create an index and a search page for the generated html pages

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createIndex(env: Env, specifications: List[SpecStructure], options: HtmlOptions): Operation[Unit]

create an index for all the specifications

create an index for all the specifications

def createSearchPage(env: Env, options: HtmlOptions): Operation[Unit]

create a search page, based on the specs2.html template

create a search page, based on the specs2.html template

def makeSearchHtml(template: String, options: HtmlOptions): Operation[String]

create the html search page content

create the html search page content

def searchFilePath(options: HtmlOptions): FilePath

search page path

search page path

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product