DevPage

ostrat.pDev.DevPage
object DevPage extends HtmlPage

HTML documentation page for Dev Module.

Attributes

Graph
Supertypes
trait HtmlPage
trait HttpContent
class Object
trait Matchable
class Any
Self type
DevPage.type

Members list

Value members

Concrete methods

def appSel: HtmlLi
override def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

Definition Classes
override def head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes

Definition Classes
def p1: HtmlP
def p2: HtmlP
def p3: HtmlP
def p4: HtmlP
def p5: HtmlP
def p6: HtmlP
def p7: HtmlP
def sbt2: HtmlUl

Inherited methods

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

The HTML element of this HtmlPage consisting of an HtmlHead and an HtmlBody.

Attributes

Inherited from:
HtmlPage
override def httpResp(dateStr: String, server: String): HttpRespBodied

Create an HtmlResp response with this HTML as its body.

Create an HtmlResp response with this HTML as its body.

Attributes

Definition Classes
Inherited from:
HtmlPage
def httpRespBytes(dateStr: String, server: String): Array[Byte]

Create an HtmlResp response with this HTML as its body in bytes.

Create an HtmlResp response with this HTML as its body in bytes.

Attributes

Inherited from:
HttpContent
override def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Definition Classes
Inherited from:
HtmlPage
def zioOut: String

Attributes

Inherited from:
HtmlPage