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

xitrum.SessionVar.scala Maven / Gradle / Ivy

There is a newer version: 3.28.18
Show newest version
package xitrum

class SessionVar[+A](implicit m: Manifest[A]) extends OptVar[A] {
  def getAll(implicit action: Action) = action.session
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy