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

org.hyperscala.jquery.JavaScriptCaller.scala Maven / Gradle / Ivy

package org.hyperscala.jquery

import org.hyperscala.web.Webpage
import org.hyperscala.javascript.{JavaScriptContent, JavaScriptString}
import com.outr.net.http.session.Session

/**
 * @author Matt Hicks 
 */
trait JavaScriptCaller {
  protected def injectScript(webpage: Webpage, script: String) = webpage.head.injectScript(new JavaScriptString(script), temporal = true)

  protected def value2String(v: Any) = JavaScriptContent.toJS(v)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy