CssRules

ostrat.pWeb.CssRules

A list of CssRules and media queries with a possible end String.

Attributes

Graph
Supertypes
trait HttpContent
class Object
trait Matchable
class Any
Known subtypes
trait CssOpenstrat
object OnlyCss

Members list

Value members

Concrete methods

def apply(): String
override def httpResp(dateStr: String, server: String): HttpFound

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

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
def rulesOut(indent: Int): String

Attributes

Inherited from:
CssRulesHolder

Inherited and Abstract methods

The CSS rules.

The CSS rules.

Attributes

Inherited from:
CssRulesHolder