XhtmlResponse

olon.http.XhtmlResponse
case class XhtmlResponse(out: Node, `__docType`: Box[String], _headers: List[(String, String)], cookies: List[HTTPCookie], code: Int, renderInIEMode: Boolean) extends NodeResponse

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NodeResponse
trait LiftResponse
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def includeXmlVersion: Boolean

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
NodeResponse

Concrete fields

val docType: Box[String]
override val flipDocTypeForIE6: Boolean

Inherited fields

Attributes

Inherited from:
NodeResponse
val isIE6: Boolean

Attributes

Inherited from:
NodeResponse