HtmlPage

ostrat.pWeb.HtmlPage
See theHtmlPage companion object
trait HtmlPage extends HttpContent

An HTML page, contains a head and a body element

Attributes

Companion
object
Graph
Supertypes
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes
object GeomPage
class AppPage
object DevPage
object IndexPage
object NewDevsPage
object TestPage
object EarthPage
object AppsPage
object EGridPage
object TilingPage
object UtilPage
Show all

Members list

Value members

Abstract methods

def body: HtmlBody

The body of this HtmlPage.

The body of this HtmlPage.

Attributes

def head: HtmlHead

The head of this HtmlPage.

The head of this HtmlPage.

Attributes

Concrete 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

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
override def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Definition Classes
def zioOut: String

Inherited methods

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