spice.ajax

package spice.ajax

Members list

Concise view

Type members

Classlikes

sealed trait ActionState

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Enqueued.type
object Finished.type
object New.type
object Running.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
class AjaxAction(request: AjaxRequest)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class AjaxManager(val maxConcurrent: Int) extends Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
class AjaxRequest(url: URL, method: HttpMethod, data: Option[FormData | String], timeout: Int, headers: Map[String, String], withCredentials: Boolean, responseType: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any