scalatags

text

package text

Visibility
  1. Public
  2. All

Type Members

  1. class Builder extends AnyRef

    Object to aggregate the modifiers into one coherent data structure so the final HTML string can be properly generated.

    Object to aggregate the modifiers into one coherent data structure so the final HTML string can be properly generated. It's really gross internally, but bloody fast. Even using pre-built data structures like mutable.Buffer slows down the benchmarks considerably. Also exposes more of its internals than it probably should for performance, so even though the stuff isn't private, don't touch it!

  2. trait Frag extends generic.Frag[Builder, String]

  3. trait SvgTags extends generic.SvgTags[Builder, String, String]

  4. trait Tags extends generic.Tags[Builder, String, String]

  5. trait Tags2 extends generic.Tags2[Builder, String, String]

Ungrouped