CssDocumentation

ostrat.CssDocumentation

Attributes

Graph
Supertypes
trait CssOpenstrat
trait CssRules
trait HttpContent
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def rules: RArr[CssRuleLike]

The CSS rules.

The CSS rules.

Attributes

Definition Classes

Inherited methods

def apply(): String

Attributes

Inherited from:
CssRules
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
Inherited from:
CssRules
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

Attributes

Inherited from:
CssOpenstrat
override def out: String

The output String in HTML code.

The output String in HTML code.

Attributes

Definition Classes
Inherited from:
CssRules
def rulesOut(indent: Int): String

Attributes

Inherited from:
CssRulesHolder