play.api.mvc

JavascriptLitteral

trait JavascriptLitteral [A] extends AnyRef

Transform a value to a Javascript literal.

Annotations
@implicitNotFound( ... )
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JavascriptLitteral
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def to (value: A): String

    Convert a value of A to a JavaScript literal.

    Convert a value of A to a JavaScript literal.

    Attributes
    abstract