FlatHtmlBuilder

kreuzberg.FlatHtmlBuilder
See theFlatHtmlBuilder companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def current: Option[FlatHtmlBuilder]

Returns the flat builder, if we are in processes of flattening.

Returns the flat builder, if we are in processes of flattening.

Attributes

def withFlatHtmlBuilder[T](flatHtmlBuilder: FlatHtmlBuilder)(f: => T): T

Execute some block with a set flatHtmlBuilder. This can be used, to sneak a FlatHtml builder into some HTML serialization method.

Execute some block with a set flatHtmlBuilder. This can be used, to sneak a FlatHtml builder into some HTML serialization method.

Attributes