img

object img 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

Value members

Concrete methods

def apply(url: String, params: Map[String, String]): Appendable
def f: (String, Map[String, String]) => Appendable
def ref: img
def render(url: String, params: Map[String, String]): Appendable

Inherited methods

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