org.specs2.html

package org.specs2.html

Members list

Type members

Classlikes

object HtmlTemplate

String template for HTML files using the Pandoc templating approach where variables to replace are enclosed with $$

String template for HTML files using the Pandoc templating approach where variables to replace are enclosed with $$

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait Htmlx

This trait provide additional methods on a NodeSeq or a Node representing an html document

This trait provide additional methods on a NodeSeq or a Node representing an html document

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Htmlx.type
Self type
object Htmlx extends Htmlx

Attributes

Companion
trait
Supertypes
trait Htmlx
class Object
trait Matchable
class Any
Self type
Htmlx.type
case class Index(entries: Vector[IndexEntry])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Index

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Index.type
case class IndexEntry(title: String, text: String, tags: IndexedSeq[String], path: FilePath)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexedPage(path: FilePath, title: String, contents: String, tags: IndexedSeq[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Indexing

Fold functions to create index files

Fold functions to create index files

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Indexing.type
case class SpecHtmlPage(specification: SpecStructure, path: FilePath, outDir: DirectoryPath, content: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SpecHtmlPage

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

This trait checks for the presence of a tag at the beginning of a xml document and replaces it by a list of links to the headers of the document

This trait checks for the presence of a tag at the beginning of a xml document and replaces it by a list of links to the headers of the document

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TableOfContents.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type