Html

play.twirl.api.Html$
See theHtml companion class
object Html

Helper for HTML utility methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(text: String): Html

Creates an HTML fragment with initial content specified.

Creates an HTML fragment with initial content specified.

Attributes

def apply(text: Option[String]): Html

Creates an HTML fragment with initial content specified. Uses an empty String if None is passed.

Creates an HTML fragment with initial content specified. Uses an empty String if None is passed.

Attributes