final case class SoyJs(value: String) extends AnyVal with SoyValue with Product with Serializable
A pre-escaped Javascript fragment or JSON data. By constructing this you are guaranteeing that the value passed is safe for display.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SoyJs
- Serializable
- Product
- Equals
- SoyValue
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SoyJs(value: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build: SanitizedContent
Converts the SoyValue to a (Java) type which can be used directly in Google Closure Templates.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val value: String