All Downloads are FREE. Search and download functionalities are using the official Maven repository.

almond.toree.ToreeDisplayMethodsLike.scala Maven / Gradle / Ivy

The newest version!
package almond.toree

trait ToreeDisplayMethodsLike {
  def content(mimeType: String, data: String): Unit
  def html(data: String): Unit       = content("text/html", data)
  def javascript(data: String): Unit = content("application/javascript", data)
  def clear(wait: Boolean = false): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy