IndexPage

ostrat.pDev.IndexPage
object IndexPage extends HtmlPage

The home page for the project, currently displayed at richstrat.com.

Attributes

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

Members list

Value members

Concrete methods

def apps: HtmlLi
def begInfo: HtmlA
def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

def dev: HtmlLi
def devInfo: HtmlA
def egrid: HtmlLi
def geom: HtmlLi
def geom1: HtmlLi
def hist: HtmlLi
def intro: String
def strat: HtmlLi
def tile: HtmlLi
def util: HtmlLi

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

Concrete fields

val head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes