CssOpenstrat

ostrat.CssOpenstrat
trait CssOpenstrat extends CssRules

Attributes

Graph
Supertypes
trait CssRules
trait HttpContent
class Object
trait Matchable
class Any
Show all
Known subtypes
object OnlyCss

Members list

Value members

Concrete methods

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
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

Inherited and Abstract methods

The CSS rules.

The CSS rules.

Attributes

Inherited from:
CssRulesHolder