ScalaTagsHtmlEmbedding

kreuzberg.scalatags.ScalaTagsHtmlEmbedding
case class ScalaTagsHtmlEmbedding(html: Html) extends ScalaTagsEmbedding

Wraps HTML inside ScalaTags.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Frag
trait Frag[Builder, String]
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def applyTo(t: Builder): Unit

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Attributes

Definition Classes
Frag -> Modifier
override def render: String

Attributes

Definition Classes
Frag -> Frag
override def writeTo(strb: Writer): Unit

Attributes

Definition Classes
Frag

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Frag