HtmlPage

ostrat.pWeb.HtmlPage
See theHtmlPage companion trait
object HtmlPage

Companion object for the HtmlHead class.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HtmlPage.type

Members list

Value members

Concrete methods

def apply(headIn: HtmlHead, bodyIn: HtmlBody): HtmlPage

Factory apply method for HtmlPage.

Factory apply method for HtmlPage.

Attributes

def titleOnly(title: String, bodyContent: String): HtmlPage

A quick and crude method for creating an HTML page object from the title String and the HTML body contents String.

A quick and crude method for creating an HTML page object from the title String and the HTML body contents String.

Attributes