SearchPage

object SearchPage extends SearchPage
Companion:
class
class Object
trait Matchable
class Any

Value members

Inherited 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

Inherited from:
SearchPage
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

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

create the html search page content

create the html search page content

Inherited from:
SearchPage
def searchFilePath(options: HtmlOptions): FilePath

search page path

search page path

Inherited from:
SearchPage