script

object script extends BaseScalaTemplate[Appendable, Format[Appendable]] with Template2[String, Map[String, String], Appendable]
trait Template2[String, Map[String, String], Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
script.type

Value members

Concrete methods

def apply(url: String, params: Map[String, String]): Appendable
def f: (String, Map[String, String]) => Appendable
def ref: script.type.this.type
def render(url: String, params: Map[String, String]): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T
Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T
Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T
Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T
Inherited from:
BaseScalaTemplate
def _display_(x: String): T
Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T
Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]
Inherited from:
Product